diff --git a/src/rf_mapper/termux.py b/src/rf_mapper/termux.py index bb9ce56..aac975c 100644 --- a/src/rf_mapper/termux.py +++ b/src/rf_mapper/termux.py @@ -147,7 +147,7 @@ def check_termux_prerequisites(verbose: bool = True) -> bool: all_ok = True checks = [ ("Termux:API package", check_termux_api_installed, True), # Required - ("Location services", check_location_enabled, True), # Required + ("Location services", check_location_enabled, False), # Optional (uses config.yaml coords) ("Wake lock", check_wake_lock, True), # Required ("Termux:Boot", check_termux_boot, False), # Optional ]