summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/FirmwareUpdate.cpp
AgeCommit message (Collapse)AuthorFilesLines
2020-06-01DFU : add timeout detection : abort dfu procedure after 10s without any data ↵JF1-12/+0
from the host.
2020-06-01Improve DFU procedure :JF1-0/+45
- correctly write all bytes to flash - check CRC - Fix bug in notification : they cannot be sent from the control point handler (because it seems you cannot send a notification and a write acknowledge at the same time) using a timer (quick'n'dirty implementation to be improved) - Improve dfu screen - Reset if dfu image is correctly copied into flash and crc is ok.
2020-05-02Add new screen that is displayed during the OTA transfert.JF1-0/+49