1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 04:45:20 +03:00
Commit graph

8 commits

Author SHA1 Message Date
Miguel Angel Mulero Martinez
58657ac345 Refactor flashing progress bar code 2019-07-04 20:39:29 +02:00
Bruce Luckcuck
cc4406a748 Fix Firmware Flasher progress bar color indicators
There was previous logic in place to display a visual indicator for the status of the firmware flash using different colors for the progress bar. Unfortunately the logic was never working, or was broken at some point. The progress bar color would remain the default even if the flashing failed, making it difficult to recognize there was a problem.

Fixed to display the progress bar in green for success, red for failed, and blue for other "action required" types of failures. The logic was already there to try and display the red and blue indicators but they weren't working.
2019-04-14 20:04:02 -04:00
jflyper
27f363cc70 Amend stm32usbdfu.js for USB errors to console 2018-12-12 23:30:44 +09:00
jflyper
2c62a0dc9d Be aware of async nature of the procedure 2018-12-06 21:30:11 +09:00
jflyper
99ab8a945c Use wTransferSize from DFU functional descriptor for writing/reading 2018-12-06 15:28:59 +09:00
Miguel Angel Mulero Martinez
1de9efd590 i18n stm32 driver 2018-01-29 09:28:11 +01:00
Miguel Angel Mulero Martinez
0a71f1e559 Use i18next as i18n framework 2018-01-27 12:19:17 +01:00
Bas Delfos
24c81375a4 Move src files 2018-01-24 22:50:40 +01:00
Renamed from js/protocols/stm32usbdfu.js (Browse further)