diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/SystemTask/SystemTask.cpp | 1 | ||||
| -rw-r--r-- | src/graphics.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/SystemTask/SystemTask.cpp b/src/SystemTask/SystemTask.cpp index 222829d..a4e6356 100644 --- a/src/SystemTask/SystemTask.cpp +++ b/src/SystemTask/SystemTask.cpp @@ -58,6 +58,7 @@ void SystemTask::Work() { spi.Init(); spiNorFlash.Init(); + spiNorFlash.Wakeup(); nimbleController.Init(); nimbleController.StartAdvertising(); lcd.Init(); diff --git a/src/graphics.cpp b/src/graphics.cpp index b8376d6..9373a9b 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -79,6 +79,7 @@ void Process(void* instance) { NRF_LOG_INFO("Init..."); spi.Init(); spiNorFlash.Init(); + spiNorFlash.Wakeup(); brightnessController.Init(); lcd.Init(); gfx.Init(); |
