Set idle timeout to 15s before going to sleep.

main
JF 2020-06-07 20:05:04 +07:00
parent e22c0609b5
commit 81a0ad73d9
1 changed files with 1 additions and 1 deletions

@ -67,7 +67,7 @@ namespace Pinetime {
void Work();
bool isBleDiscoveryTimerRunning = false;
uint8_t bleDiscoveryTimer = 0;
static constexpr uint32_t idleTime = 5000;
static constexpr uint32_t idleTime = 15000;
TimerHandle_t idleTimer;
bool doNotGoToSleep = false;