1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-26 17:55:24 +03:00
Commit graph

7 commits

Author SHA1 Message Date
Míguel Ángel Mulero Martínez
ff83600a43
Refactor port handler (#3984)
* Refactor port handler and fix reconnect

* Fix as per review

* Don't auto-connect for virtual or manual

* Fix auto-connect switch state

* Move auto-connect title to the parent div

The checkbox is "hidden" under the switchary
library, so move to the parent to be able to show
it.

* Select active port when request permission port exists before

* Fix retun value for webserial requestPemission
2024-05-30 20:10:09 +02:00
Mark Haslinghuis
a6e3761c26
Fix reboot (#3986)
* Fix reboot

* Remove runonce and add callback for cli

* Couldn't resist

* Refactoring

* Forgot callback

* deviceReady

* Prevent callback being called twice
2024-05-28 17:36:13 +02:00
Mark Haslinghuis
0fa76eb63e
Fix baudrate (#3985) 2024-05-28 14:39:00 +10:00
Míguel Ángel Mulero Martínez
21a3390fa1
Fix lint issues (#3972) 2024-05-18 10:21:30 +10:00
Míguel Ángel Mulero Martínez
fce0c8305b
Make port_handler work with PWA (#3958)
* Make port_handler work with PWA

* Modify the port_handler more the Vue way

* Fixes after review

* Fix request permission option not being deselected

* Hide baud selection in port picker if virtual port

* Added port override option for manual

* Fix virtual port state when loading the page

* Fix request permission adds the same device several times

* Fix automatic selection of device under Linux
2024-05-17 10:24:44 +02:00
Tomas Chmelevskij
0a93ea478c
fix: web serial disconnect logic (#3575)
fix: disconnect logic on the web
2023-09-12 23:32:26 +02:00
Tomas Chmelevskij
ff4b62d7e2
Feat/vite build (#3292)
feat: vite based web build

* configure vitejs build
* add web serial option
2023-08-31 20:01:06 +02:00