summaryrefslogtreecommitdiff
path: root/src/BootloaderVersion.h
AgeCommit message (Collapse)AuthorFilesLines
2022-06-19Fix InfiniTime compiler warningsRiku Isokoski1-4/+4
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-0/+1
2021-11-15Add missing standard includesReinhold Gschweicher1-0/+3
2021-06-26SPI flash sleep if bootloader >= 1.0.0 (#322)Neil O'Fix1-5/+10
* 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
2021-04-24Changed access modified indentationAvamander1-1/+1
2021-04-24Reformatted all the files according to clang-format styleAvamander1-6/+6
2020-10-27Disable sleep mode on the SPI NOR Flash when the version is unknown. This is ↵JF1-0/+12
because the current bootloader (which does not exposes its version) cannot initialize the chip when it's in sleep mode. This feature will be re-enabled when the bootloader expses it's version.