From 76f21dfd6eccf48793cff9000d3fdc1531599a88 Mon Sep 17 00:00:00 2001 From: geeksville Date: Fri, 13 Mar 2020 22:34:44 -0700 Subject: [PATCH] wip --- src/GPS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GPS.cpp b/src/GPS.cpp index 604c5995..3c2f5f8f 100644 --- a/src/GPS.cpp +++ b/src/GPS.cpp @@ -107,7 +107,7 @@ uint32_t GPS::getValidTime() /// Returns true if we think the board can enter deep or light sleep now (we might be trying to get a GPS lock) bool GPS::canSleep() { - return !wantNewLocation; + return true; // we leave GPS on during sleep now, so sleep is okay !wantNewLocation; } /// Prepare the GPS for the cpu entering deep or light sleep, expect to be gone for at least 100s of msecs