SPI flash sleep if bootloader >= 1.0.0 (#322)
* Retrieve and display bootloader version - Display bootloader version on System Info screen - Enable SPI flash sleep mode if bootloader version >= 1.0.0 * Wait for SPI flash to wakeup before starting OTA DFU
This commit is contained in:
parent
883700fca1
commit
0045fb16b6
6 changed files with 50 additions and 19 deletions
|
|
@ -73,6 +73,10 @@ namespace Pinetime {
|
|||
return nimbleController;
|
||||
};
|
||||
|
||||
bool IsSleeping() const {
|
||||
return isSleeping;
|
||||
}
|
||||
|
||||
private:
|
||||
TaskHandle_t taskHandle;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue