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

7208 commits

Author SHA1 Message Date
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
github-actions[bot]
a1d33b0c7a
Update translations (#3987)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-05-27 10:06:43 +02:00
Míguel Ángel Mulero Martínez
d465f264be
Remove mdns feature (#3979)
It seems is not available under PWA, so better remove it.
2024-05-24 17:42:31 +10:00
Míguel Ángel Mulero Martínez
482383221d
Add FileSystem API to read/write files and use it (#3977)
* Add FileSystem API to read/write files and use it

* Fixed issues as per review
2024-05-23 21:32:15 +02:00
Míguel Ángel Mulero Martínez
3fe659e9a4
Use the "show manual" preference in the porthandler to show or hide the option (#3968) 2024-05-23 17:10:49 +02:00
Mark Haslinghuis
47644066ff
Fix detection of port at boot (#3978)
* Fix detection of port at boot

* Use key to render vue template
2024-05-23 13:32:22 +02:00
Mark Haslinghuis
dfc04a2154
Add support for gyro_cal_on_first_arm (#3938)
* Add support for gyro_cal_on_first_arm

* Add semver magic

* cleanup

* cleanup html

* Update added parameter

* Another update

* Remove auto imported vite import

* Change API and hide better
2024-05-22 16:47:03 +02:00
Mark Haslinghuis
2bd7f2b743
Add CLI file functions for PWA (#3976)
* Add CLI file functions for PWA

* Ugly fix

* Better fix
2024-05-22 15:29:25 +02:00
Mark Haslinghuis
57a8f38a59
Sort rate models (#3975) 2024-05-21 10:52:36 +02:00
Mark Haslinghuis
48526f2d6e
Add Acro center sensitivity to Betaflight Rates (#3927)
* Add Acro center sensitivity to Betaflight Rates

* Remove Acro from pid titlebar header
2024-05-21 10:45:48 +02:00
Mark Haslinghuis
3b088d7416
Auto-detect for PWA (#3971)
* Auto-detect for PWA

* Fix sonar
2024-05-20 16:52:28 +02:00
Míguel Ángel Mulero Martínez
4fea844edb
Add auto-connect checkbox again (#3970) 2024-05-20 16:02:33 +02:00
Míguel Ángel Mulero Martínez
5994e73d55
Update README to remove building with nw.js (#3967) 2024-05-20 14:52:03 +02:00
Mark Haslinghuis
c3cb9ceda0
Use BATTERY_STATE for cellCount (#3964)
* Use BATTERY_STATE for cellCount

* Remove outdated comments

* Use vbatcellcount instead of 1.8V condition
2024-05-20 14:32:16 +02:00
github-actions[bot]
874e1ac0cc
Update translations (#3974)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-05-20 13:09:02 +02: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
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
Mark Haslinghuis
e32d7dbfcd
Remove gulp appdmg (#3965) 2024-05-16 07:19:52 +10:00
Tomas Chmelevskij
f65c7344a9
Chore/remove nwjs build (#3962)
* chore: remove nwjs and gulp builds

* chore: remove cordova setup

* chore: add missing less dependency
2024-05-15 21:22:33 +02:00
Míguel Ángel Mulero Martínez
66e822d3f3
Fix background color activation in modes tab in dark mode (#3961) 2024-05-15 11:42:13 +02:00
J Blackman
e180298117
Update pr.yml (#3953)
Removed branch master (moving to PWA)
2024-05-14 13:00:01 +02:00
J Blackman
4edfe473c7
Update nightly.yml (#3954) 2024-05-14 12:59:22 +02:00
github-actions[bot]
4ee32980e2
Update translations (#3951)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-05-14 12:54:29 +02:00
J Blackman
cb714a753b
Delete .github/workflows/app-build.yml (#3952) 2024-05-14 13:21:30 +10:00
Tomas Chmelevskij
2ab33f1c89
Cli on web (#3913)
feat: cli on the web
2024-05-14 00:11:27 +02:00
J Blackman
8f34fd6c21
Updating product name and description (#3944) 2024-05-12 15:50:38 +10:00
Míguel Ángel Mulero Martínez
e8d9e5043d
Rename receiver_msp/index.html by receiver_msp/receiver_msp.html (#3941) 2024-05-10 09:16:12 +10:00
Míguel Ángel Mulero Martínez
df226eacd3
Adjust title/name to be in coherence with Blackbox (#3934) 2024-05-10 09:04:32 +10:00
Mark Haslinghuis
6105210e9e
Add manual connection option (#3703)
* Hide manual connection and refactor port_handler

* Rebased
2024-05-08 20:01:44 +02:00
Míguel Ángel Mulero Martínez
d354567129
Fix MSP Radio emulator in PWA (#3939)
* Fix MSP Radio emulator in PWA

* Fix MSP Radio Emulator for PWA build
2024-05-07 23:07:56 +02:00
Mark Haslinghuis
776a1f5dfc
Fix reset options (#3932)
* Fix reset options

* Use deep copy
2024-05-06 22:45:32 +02:00
Mark Haslinghuis
71dad13bc1
Fix AT32 detection (#3935) 2024-05-06 16:53:11 +02:00
github-actions[bot]
1a73e86be9
Update translations (#3937)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-05-06 16:04:51 +02:00
Jonas Becker
4d46da2a8b
New led functions gps bar battery bar altitude (#3823)
* new led basefunctions: gps bar, battery bar, altitude

* removed trailing spaces

removed trailing spaces

* Update led_strip.js

* Reorder index to follow firmware

---------

Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
2024-05-05 16:32:30 +02:00
Mark Haslinghuis
461e2db634
Fix virtual reboot and auto-connect (#3933)
* Fix virtual reboot

* Fix sonar
2024-05-05 15:16:28 +02:00
Mark Haslinghuis
0f96175655
Expose [local] firmware build options (#3931)
Fix options and expost local options
2024-05-03 20:40:06 +02:00
dependabot[bot]
03234eb36b
Bump ejs from 3.1.9 to 3.1.10 (#3928)
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 23:23:46 +02:00
Mark Haslinghuis
9e25c166a6
Fix dual telemetry in receiver tab for local builds (#3923)
* Fix dual telemetry in receiver tab

* Do not add telemetry twice
2024-05-02 18:14:03 +02:00
Míguel Ángel Mulero Martínez
6b71569af7
Adjust header bar in mobile devices (#3925) 2024-05-01 22:05:51 +10:00
Míguel Ángel Mulero Martínez
5cce278188
Add clipboard feature to web app (#3887)
* Add clipboard feature to web app

* Make the code simpler using modern js

Co-authored-by: Tomas Chmelevskij <chmelevskij@users.noreply.github.com>

* Fix VTX table read from clipboard

---------

Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
Co-authored-by: Tomas Chmelevskij <chmelevskij@users.noreply.github.com>
2024-04-29 19:28:07 +02:00
Mark Haslinghuis
cf57a28606
Fix virtual mode after serial connection (#3916) 2024-04-29 18:56:10 +02:00
Sergii Goncharov
08f37f5fa4
Update link in CONTRIBUTING.md (#3922) 2024-04-29 18:47:48 +02:00
github-actions[bot]
8ae2b0506a
Update translations (#3917)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-04-29 12:47:43 +02:00
Míguel Ángel Mulero Martínez
cd25abfa03
Update yarn.lock versions (#3872) 2024-04-28 20:29:23 +02:00
Tomas Chmelevskij
18eb8dd1b2
Feat/web virtual mode (#3882)
* feat: add virtual mode on web

* feat: only show msp virtual version on virtual mode selection

* feat: update port selection to update the options
2024-04-28 19:51:41 +02:00
Mark Haslinghuis
8499939bdf
Update version to 11.0 (#3873) 2024-04-28 11:50:01 +10:00
Mark Haslinghuis
c97deaf714
Fix Angle Mode positioning (#3914) 2024-04-27 21:53:13 +02:00
Mark Haslinghuis
9e07b125fd
Add angle mode center sensitivity (#3910) 2024-04-27 13:43:53 +10:00