1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-27 02:05:21 +03:00
Commit graph

2 commits

Author SHA1 Message Date
Míguel Ángel Mulero Martínez
d0599ae455
Add DFU devices to the port handler (#3991)
* Add DFU devices to the port handler

The firmware flasher ignores it, at this moment. Needs a future PR to use it in place of the actual code that asks permission each time.

* Remove the DFU word in the displayName of the USB devices

some devices contain it in the productName, so better to remove it to not duplicate the name.
2024-05-31 17:59:46 +02:00
Mark Haslinghuis
b91698d0f4
Add DFU support for PWA (#3949)
* Add webusbdfu support for PWA

* Cleanup

* Cleanup more

* protect flash memory

* Remove self

* Fix flashing for F4 and F7
2024-05-16 00:23:01 +02:00