Adds a flag to turn the GPS power rail off entirely on tbeam

This commit is contained in:
code8buster
2022-12-04 01:57:00 -05:00
parent b1f3e117d1
commit 911083c49d
6 changed files with 36 additions and 5 deletions

View File

@@ -276,7 +276,6 @@ bool GPS::setup()
delay(10);
digitalWrite(PIN_GPS_RESET, 0);
#endif
setAwake(true); // Wake GPS power before doing any init
bool ok = setupGPS();