mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 17:42:48 +00:00
Force GPS power to zero when in deep sleep
This commit is contained in:
parent
7a5832ab8a
commit
269f90c510
@ -163,6 +163,9 @@ void doDeepSleep(uint64_t msecToWake)
|
|||||||
digitalWrite(VEXT_ENABLE, 1); // turn off the display power
|
digitalWrite(VEXT_ENABLE, 1); // turn off the display power
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Kill GPS power completely (even if previously we just had it in sleep mode)
|
||||||
|
setGPSPower(false);
|
||||||
|
|
||||||
setLed(false);
|
setLed(false);
|
||||||
|
|
||||||
#ifdef TBEAM_V10
|
#ifdef TBEAM_V10
|
||||||
|
Loading…
Reference in New Issue
Block a user