handle gps switch

This commit is contained in:
JQ 2025-05-27 23:24:08 -07:00
parent 59a236effb
commit 1072da0eeb
3 changed files with 39 additions and 19 deletions

View file

@ -14,7 +14,7 @@
class ThinkNodeM1SensorManager : public SensorManager {
bool gps_active = false;
bool gps_detected = false;
bool last_gps_switch_state = false;
LocationProvider* _location;
void start_gps();