leave screen off most of the time - press to wake

This commit is contained in:
geeksville
2020-02-12 09:58:46 -08:00
parent 556ad310fc
commit c726e5f331
6 changed files with 67 additions and 26 deletions

View File

@@ -62,7 +62,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// If not defined, we will wait for lock forever
#define MINWAKE_MSECS (30 * 1000) // stay awake a long time (30 mins) for debugging
#define MINWAKE_MSECS (60 * 1000) // stay awake a long time (30 mins) for debugging
// #define MINWAKE_MSECS (30 * 1000) // Wait after every boot for GPS lock (may need longer than 5s because we turned the gps off during deep sleep)
// -----------------------------------------------------------------------------