Force GPS power to zero when in deep sleep

This commit is contained in:
Kevin Hester 2020-10-07 13:44:17 +08:00
parent 7a5832ab8a
commit 269f90c510

View File

@ -163,6 +163,9 @@ void doDeepSleep(uint64_t msecToWake)
digitalWrite(VEXT_ENABLE, 1); // turn off the display power
#endif
// Kill GPS power completely (even if previously we just had it in sleep mode)
setGPSPower(false);
setLed(false);
#ifdef TBEAM_V10