bug #376 wip - we now respect the new gps_operating_mode pref.

This commit is contained in:
Kevin Hester
2020-10-06 05:34:56 +08:00
parent 3c1c11e439
commit 736642455f
6 changed files with 43 additions and 20 deletions

View File

@@ -176,7 +176,8 @@ void doDeepSleep(uint64_t msecToWake)
// axp.setPowerOutPut(AXP192_LDO2, AXP202_OFF); // LORA radio
setGPSPower(false);
// now done by UBloxGPS.cpp
// setGPSPower(false);
}
#endif