don't expose GPD setting unless GPS is connected.

This commit is contained in:
JQ
2025-05-11 09:32:34 -07:00
förälder b92e2abe75
incheckning e88a710d0f
2 ändrade filer med 26 tillägg och 4 borttagningar
+1
Visa fil
@@ -11,6 +11,7 @@
class T114SensorManager : public SensorManager {
bool gps_active = false;
bool gps_detected = false;
LocationProvider* _location;
void start_gps();