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

7144 commits

Author SHA1 Message Date
Mark Haslinghuis
5ef26ae89e
Add metered connection and usability check (#4168)
* Add Metered connection and usability check

* Add network speed to status bar

* Add network type

* Introduce network status

* Rephrase option

* Add network info to setup tab

* Reserve statusbar for something else

* Make sonar happy
2024-09-21 23:28:10 +02:00
Mark Haslinghuis
4e553d9607
Fix invocation and permissions for notifications (#4176)
* Fix usage of getConfig

* Fix notification permissions
2024-09-21 23:19:10 +02:00
dependabot[bot]
5ce7b6d41a
Bump vite from 4.5.3 to 4.5.5 (#4172)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 to 4.5.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-20 23:45:01 +02:00
Mark Haslinghuis
f88b6aacde
Fix notification (#4175) 2024-09-20 17:28:53 +02:00
Mark Haslinghuis
643b484510
Fix deadband and getSerialRxTypes (#4167) 2024-09-16 17:26:03 +02:00
github-actions[bot]
bdda6f875c
Update translations (#4166)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-09-16 16:32:35 +02:00
github-actions[bot]
c6adbc6ca8
Update translations (#4162)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-09-09 15:27:25 +02:00
Mark Haslinghuis
a23f3cfb33
Restore failsafe modename CSS (#4159) 2024-09-06 23:44:48 +02:00
Ivan Efimov
f0c0a98163
FIX for motor dialogs for web? Or not the fix (#4158)
copy compoenents folder to web release
2024-09-06 09:44:30 +02:00
Mark Haslinghuis
57d9a7e8c0
Add altitude hold debug and update parameters (#4130)
* Add Althold debug

* Update html attributes (failsafe_landing_time)
2024-09-04 13:20:02 +02:00
her01n
d885182ce5
Warn when selected rx protocol is not in build configuration (#4150)
* Warn when selected rx protocol is not in build configuration

* Disable unavailable rx protocols

* Handle TARGET_CUSTOM same way like other cases

Co-authored-by: nerdCopter <56646290+nerdCopter@users.noreply.github.com>

---------

Co-authored-by: Michal Herko <michal@herko.it>
Co-authored-by: nerdCopter <56646290+nerdCopter@users.noreply.github.com>
2024-09-03 19:54:19 +02:00
github-actions[bot]
297efbe96a
Update translations (#4149)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-09-02 22:30:14 +02:00
Yaros
9c90a73d15
Fixed race transponder icon (#4148) 2024-08-31 21:44:17 +02:00
Yaros
6dcba8cdea
Made VTX Frequency Input bigger (#4147)
Made VTX Freq Input bigger
2024-08-31 21:42:12 +02:00
bfmvsa
125d987323
Fix color of helpicon on hover (#4146) 2024-08-30 11:51:06 +02:00
github-actions[bot]
d2375bf72c
Update translations (#4143)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-08-26 15:13:47 +02:00
Mark Haslinghuis
e86fca55ac
Add missing debug modes (SPA, TASK) (#4141)
Add missing debug
2024-08-21 19:37:37 +02:00
VitroidFPV
926b09bd54
Style: Fix modes range and link overflow (#4140)
Style: Fix mode overflow
2024-08-19 22:46:26 +02:00
github-actions[bot]
0f57f81bb9
Update translations (#4138)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-08-19 15:23:17 +02:00
Yaros
837d6bec20
Fixed progress bar not updating on top header (#4137) 2024-08-18 15:16:19 +02:00
Yaros
91ccf7589e
Fixed dataflash indicator in the top row (#4135) 2024-08-17 21:20:25 +02:00
nerdCopter
c7c8c8cd1d
Voltage help-tips (#4129) 2024-08-17 06:48:32 +10:00
Yaros
217373f085
Added notifications for long actions (#4134)
Implements feature request #3764
2024-08-16 15:25:58 +02:00
Mark Haslinghuis
503cbf1aca
Fix file extension blackbox logging and show flash space bar (#4132)
* Fix file extension blackbox logging

* Display sensor data flash freespace in header
2024-08-16 14:59:15 +02:00
Mark Haslinghuis
0386b60282
Update FFT-FREQ & add SPA and TASK debug modes (#4085)
* Update FFT-FREQ

* Increase dynamic notch count for API 1.47

* Add update function and cleanup

* Update fieldNames

* Add more debug modes

* Do not change notches in GUI
2024-08-14 08:25:55 +02:00
Mark Haslinghuis
43f39962a2
Add DEBUG2 OSD element (#4124) 2024-08-13 16:57:33 +02:00
github-actions[bot]
d8fcab2a8a
Update translations (#4127)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-08-12 15:04:50 +02:00
Mark Haslinghuis
74e5a36e63
PWA notice for unsupported browser (#4120)
* PWA notice for unsupported browser

* Upper case browser names

* Cleanup
2024-08-08 22:05:57 +02:00
Vít Semrád
d649a9ca40
Style: Fix contrast issues (#4125)
* Style: Fix contrast issues

* Style: Fix Motors tab graph layout

* Fix: re-include code commented out during testing
2024-08-07 22:29:22 +02:00
github-actions[bot]
d14e90dd27
Update translations (#4123)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-08-05 15:27:12 +02:00
Vít Semrád
af94769b53
Style: Fix graph layout in Sensors tab (#4122)
* Lint: Fix pre-commit lint issue

* Style: Fix graph layout in Sensors tab

* Style: Add missed styles
2024-08-04 09:55:45 +02:00
bfmvsa
153ad0ef79
Stick landing page footer to the bottom of the page (#4121) 2024-08-03 20:56:49 +02:00
Mark Haslinghuis
f9e4d00e35
Fix usage of splice (#4118) 2024-08-03 20:56:10 +02:00
Mark Haslinghuis
c1bc967f81
Update GPS Positional DOP using polling timer (#4106) 2024-08-03 19:52:20 +02:00
bfmvsa
66fb5ffcbb
Remove right margin for .helpicon in .gui_box_titlebar (#4117) 2024-07-30 15:10:31 +02:00
bfmvsa
d328813d80
Adjust contrast ratio for sidebar links. Add flexible colors for svg. (#4115)
* Adjust contrast ratio for sidebar links. Add flexible colors for svg images.

* Add webkit-mask css attribute to cover more browsers
2024-07-30 09:28:41 +02:00
bfmvsa
d00d2f9ec1
Use basic less functions to generate repeated css (#4113) 2024-07-29 22:38:57 +02:00
bfmvsa
7780df62f8
Vertically centered label and its radiobutton in OSD tab (#4112)
* Vertically centered label and its radiobutton

* Change gap from 5px to 3px
2024-07-29 16:45:13 +02:00
bfmvsa
80edfa62f0
Change displaying of instruments in the setup tab. (#4108)
Change flex direction of elements
2024-07-29 15:53:41 +02:00
Mark Haslinghuis
b248e3f3f5
Update TPA debug fields (#4109) 2024-07-29 15:52:24 +02:00
github-actions[bot]
7f7ad88f9c
Update translations (#4111)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-07-29 15:50:06 +02:00
Mark Haslinghuis
1cef9650cd
Add ELRS SPI Model Match ID (#4104)
* Add ELRS SPI Model Match ID

* Fixes per review

* Also gate saving
2024-07-26 08:05:11 +02:00
Tomas Chmelevskij
295e088aa5
Remove cordova logic (#4000)
remove cordova logic
2024-07-24 15:28:00 +02:00
Mark Haslinghuis
85ceabf51f
Fix autodetect for some older 4.5 firmware builds (#4103)
Fix autodetect for older 4.5 firmware builds
2024-07-24 08:42:19 +02:00
github-actions[bot]
d0ca1330c9
Update translations (#4107)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-07-22 20:17:43 +02:00
Cameron Cordes
76457d240a
Enforce preset mutally exclusive option groups (#3940)
* Enforce preset mutally exclusive option groups

This enables presets that use the (Exclusive) directive on option groups
to only allow a single item within that group to be checked at a time.

* Fix off by one cutting the first letter of the option

* PR feedback
2024-07-18 11:14:36 +02:00
Mark Haslinghuis
b81b205e49
Fix configuratorUpdateHelp message (#4102)
* Fix message

* Update message for PWA
2024-07-16 16:32:26 +02:00
Mark Haslinghuis
e5b312a7a5
Remove main.html (#4101) 2024-07-16 15:12:43 +02:00
Mark Haslinghuis
9a0fb31dce
Hide firmware version dropdown for virtual mode (#4097)
* Hide firmware version dropdown for virtual mode

* Another try

* Cleanup
2024-07-14 14:13:23 +02:00
Mark Haslinghuis
1ee980c59c
Fix feedforward smooth factor range (#4098) 2024-07-14 11:01:35 +02:00