From 6f923568732f42858e037c9ab19acca41cb7233f Mon Sep 17 00:00:00 2001 From: JF Date: Sun, 20 Sep 2020 14:31:26 +0200 Subject: Call SpiNorFlash::WakeUp() during initialization to ensure that the chip is not is sleep mode. --- src/SystemTask/SystemTask.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/SystemTask/SystemTask.cpp') diff --git a/src/SystemTask/SystemTask.cpp b/src/SystemTask/SystemTask.cpp index 222829d4..a4e63560 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(); -- cgit v1.2.3