diff options
| author | JF <jf@codingfield.com> | 2020-06-16 19:15:16 (GMT) |
|---|---|---|
| committer | Gitea <gitea@fake.local> | 2020-06-16 19:15:16 (GMT) |
| commit | 3a49bbbae48a62d5252fee0cb6d04002d917c820 (patch) | |
| tree | 800c2ab76a4609382865ba9fd8b16b9732e5eb03 /src/SystemTask/SystemTask.h | |
| parent | a0e73f5c1a1e652aa6270b7e42a73aee3d12ded6 (diff) | |
| parent | 9a89ff7f7764df085a59c8a24fe578228a22fc6c (diff) | |
Merge branch 'develop' of JF/PineTime into master
Diffstat (limited to 'src/SystemTask/SystemTask.h')
| -rw-r--r-- | src/SystemTask/SystemTask.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SystemTask/SystemTask.h b/src/SystemTask/SystemTask.h index b6ecf7c..ab5f701 100644 --- a/src/SystemTask/SystemTask.h +++ b/src/SystemTask/SystemTask.h @@ -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; |
