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

34 commits

Author SHA1 Message Date
Mark Haslinghuis
16ae2ac65f
cleanup and explicit use web prefix for protocols (#4500)
* cleanup

* more cleanup

* Reset connectionInfo

* Fix todo

* Fix default

* More explicit
2025-06-14 23:40:40 +02:00
Mark Haslinghuis
5af689616f
Fix serial (#4449)
* Improve serial

* Add autodetect changes
2025-05-02 21:26:15 +02:00
Mark Haslinghuis
2d36e62474
Serial refactor part 2 (#4404)
* Serial refactor part 2

* Fix callback

* Fix some sonar complaints

* Does no longer block dfu

* Excempt presets

* Add interval for reboot dialog

* Update message after review Vitroid
2025-03-31 22:54:06 +02:00
Mark Haslinghuis
4aad8c648b
Add serial facade (#4402)
* Add serial facade

* Fix websocket connection

* Refactor

* Fix unplug

* Fix reboot / unplug reconnect issue

* The real deal (detail has no value)
2025-03-30 21:42:03 +02:00
Tomas Chmelevskij
3cffa09ae3
Extract out virtual serial (#3998)
* Extract old virtual serial for compatability

* Update src/js/virtualSerial.js

Co-authored-by: Mark Haslinghuis <mark@numloq.nl>

---------

Co-authored-by: nerdCopter <56646290+nerdCopter@users.noreply.github.com>
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
2024-07-10 21:21:49 +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
Tomas Chmelevskij
40c243fe47
feat: use jquery package (#3540) 2023-08-17 01:13:03 +02:00
EMSR
da3596bb06
Artery AT32F435/7 DFU and VCP support (#3259)
* Add Artery AT32F435/7 Virtual COM Port support

* ADD ARTRY AT32 DFU support

* remove wrong comment
2023-01-29 02:18:26 +01:00
Mark Haslinghuis
697943b512
fix CheckRunTimeError (#3284)
fic CheckRunTimeError
2023-01-28 10:42:18 +11:00
Tomas Chmelevskij
771b840095
feat: use modules instead of global bindings (#3245) 2023-01-15 23:40:23 +01:00
Tomas Chmelevskij
c086395def
Refactor msp to modules (#3214)
* feat: refactor everything to modules

* fix: a lot of circular deps fixes

* feat: use vitest instead of karma
2023-01-14 22:11:37 +01:00
Mark Haslinghuis
f5dab89965 fix_reboot
Fix clicks

reinitializeConnection should be callback

MSP fix
2022-02-20 14:21:57 +01:00
Tomas Chmelevskij
5be4a4596a chore: add template-curly-spacing 2022-01-18 12:30:17 +01:00
Tomas Chmelevskij
8cf9473c88 chore: add prefer template rule 2022-01-18 12:29:53 +01:00
Mark Haslinghuis
bad27d3d15 Make virtual mode an option using msp backup and restore 2022-01-10 14:25:01 +01:00
Tomas Chmelevskij
03690e087f chore: add comman dangle rule for multiline 2021-12-18 08:21:05 +01:00
Mark Haslinghuis
706a239044
Add option for manufacturers and developers 2021-12-03 22:12:58 +01:00
Mark Haslinghuis
3562ed9d3a
Fix Port Detection using VID/PID 2021-12-03 00:36:49 +01:00
Mark Haslinghuis
7f9e15878c
Fix reconnection issue in cli 2021-08-18 02:16:01 +02:00
Mark Haslinghuis
c0cda1f735
Detect board in firmware_flasher patch 2021-07-28 03:34:09 +02:00
Mark Haslinghuis
7af9fb28a9 Verify board from firmware before flashing 2021-06-20 03:00:50 +02:00
Mark Haslinghuis
ed75e95ff9 Fix 2377 2021-01-12 12:06:48 +01:00
visdauas
030a75a89e Added Virtual Mode 2020-12-28 17:24:34 +01:00
Mark Haslinghuis
431aa6bac8 Fix and add check for chrome.runtime.lastError 2020-12-20 06:17:29 +01:00
Mark Haslinghuis
625931c4ba Change lexical scope serial 2020-12-13 20:48:58 +01:00
Mark Haslinghuis
545ec324c0 Fix tcp boot 2020-11-17 05:20:49 +01:00
Miguel Angel Mulero Martinez
9111503886 Sonar and review fixes 2020-08-26 19:58:01 +02:00
Miguel Angel Mulero Martinez
612a4e4e37 Add description to the port list 2020-08-26 15:38:58 +02:00
Miguel Angel Mulero Martinez
24010a2e2a Move FC global vars inside FC object 2020-07-06 09:23:58 +02:00
Kyle K
85b48b7ac4 log certain errors to the GUI's log to help with noticing hardware issues 2019-07-08 00:58:32 +00:00
Kyle K
083f3e31b0 add a default handler for serial errors (disconnect)
Also cleaned up some tabs and extra spaces in the file. The 'timeout' case has revised comment, to remove TODO.
2019-07-04 17:57:49 +00:00
mikeller
5d760e8735 Added disabling of runaway takeoff prevention. 2018-02-14 01:32:23 +13: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/serial.js (Browse further)