Compare commits
2 Commits
rei/develo
...
support/0.
Author | SHA1 | Date | |
---|---|---|---|
|
e1ac466a97 | ||
|
b6a910e52e |
@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(pinetime VERSION 0.8.2 LANGUAGES C CXX ASM)
|
||||
project(pinetime VERSION 0.8.3 LANGUAGES C CXX ASM)
|
||||
|
||||
set(NRF_TARGET "nrf52")
|
||||
|
||||
|
@ -158,7 +158,10 @@ void SystemTask::Work() {
|
||||
ReloadIdleTimer();
|
||||
break;
|
||||
case Messages::OnDisplayTaskSleeping:
|
||||
spiNorFlash.Sleep();
|
||||
// BUG : Bootloader v4.1.7 cannot wake the chip up and enters into an infinite loop, which bricks devices.
|
||||
// Sleep mode is disabled until we can detect the version of the bootloader and enable sleep mode on
|
||||
// supported versions only
|
||||
//spiNorFlash.Sleep();
|
||||
lcd.Sleep();
|
||||
touchPanel.Sleep();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user