From 9f7f94d26232b4e7a5f9587b16e0f76d9772cf7a Mon Sep 17 00:00:00 2001 From: Lubos Petrovic Date: Mon, 28 Dec 2020 20:17:51 +0100 Subject: [PATCH] gps --- Board320_240.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Board320_240.cpp b/Board320_240.cpp index 55ec873..49cebbc 100644 --- a/Board320_240.cpp +++ b/Board320_240.cpp @@ -1477,7 +1477,7 @@ void Board320_240::mainLoop() { } } - // Turn off display if Ignition is off for more than 10s, less than month (prevent sync gps time) + // Turn off display if Ignition is off for more than 10s, less than month (prevent sleep when gps time is synchronized) if(liveData->params.currentTime - liveData->params.lastIgnitionOnTime > 10 && liveData->params.currentTime - liveData->params.lastIgnitionOnTime < MONTH_SEC && liveData->params.lastIgnitionOnTime != 0 && liveData->settings.sleepModeEnabled) {