aboutsummaryrefslogtreecommitdiffstats
path: root/src/DisplayApp/Screens/FirmwareUpdate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* DFU : add timeout detection : abort dfu procedure after 10s without any data ↵JF2020-06-011-12/+0
| | | | from the host.
* Improve DFU procedure :JF2020-06-011-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.
* Add new screen that is displayed during the OTA transfert.JF2020-05-021-0/+49