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

77 commits

Author SHA1 Message Date
Mark Haslinghuis
aa09e59427
Add IIM42653 IMU (#4302) 2025-01-15 08:26:32 +11:00
Mark Haslinghuis
7614ad3864
Execute prettier (#4291)
* Execute prettier

* Fix some sonar complaints

* Add git blame ignore rev
2025-01-04 22:43:46 +01:00
Mark Haslinghuis
4bdf7fbe17
Update IMU (remove legacy) (#4276)
Update IMU
2024-12-31 20:07:52 +01:00
Mark Haslinghuis
e0c62d6c0a
FIx missing crashflip arming disable flag (#4265)
Add missing arming disable flag
2024-12-02 18:45:42 +01:00
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
f9e4d00e35
Fix usage of splice (#4118) 2024-08-03 20:56:10 +02:00
Mark Haslinghuis
029c57a4b3
Fix disarm flag elements (#4030) 2024-06-17 20:31:39 +02:00
Mark Haslinghuis
e806299c24
Increment minimal supported API to 1_44 (firmware 4.3) (4/4) (#4011)
* Increment supported API - MSP and others

* Cleanup webstm32

* Cleanup AutoDetect

* Cleanup Setup

* Fix indentation
2024-06-07 15:37:34 +02:00
Mark Haslinghuis
63b2eb0b11
Remove experimental backup and restore (#4007)
* Remove experimental backup and restore

* Fixes per review
2024-06-07 15:03:34 +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
Mark Haslinghuis
146fb04d97
Fix compass calibration interval timeout (#3865) 2024-04-04 11:46:07 +02:00
Mark Haslinghuis
33f8ebe08e
Fix missing message (#3850) 2024-03-21 21:20:10 +01:00
Mark Haslinghuis
1e79e4e8cc
Fix messages and layout (#3822) 2024-02-29 20:26:23 +01:00
HThuren
c289445d53
Redesign of Firmware section at Setup tab (#3770)
* Redesign of Firmware section

* layout change

* popup work

* change branch

* more popup

* also main

* Final

* Final..

* removed popup.js - not needed

* with grid, missing center in frame

* missing center in frame

* Final

* Grid without table

* Fix quality gate issue

* Simple and synamic gris, and dark theme supported

* Update help

* Update help

* Update src/js/tabs/setup.js as suggested

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-02-16 16:04:26 +01:00
Mark Haslinghuis
43eea4a4d4
Fix missing mag (#3792) 2024-02-12 23:50:53 +01:00
HThuren
7d9db22939
Fix sonar to reflect datastruct has no default (#3731) 2024-01-05 17:20:55 +01:00
Mark Haslinghuis
f16fea8107
Update arming disable flag (#3660) 2023-12-08 02:30:29 +01:00
Mark Haslinghuis
edff729ec8
Add LSM6DSV16X (#3656) 2023-12-06 01:52:35 +01:00
HThuren
3822cf2e19
Translate hardware status info (#3650)
* Translate hardware status info

* Minor change
2023-11-30 21:52:54 +01:00
Mark Haslinghuis
5fc5f516e8
Add missing debugmodes and fields (#3646)
* Add missing debugmodes and fields

* Update text in setup

* Fix todo
2023-11-28 14:43:20 +01:00
Mark Haslinghuis
63c188a4e8
Add MSP2_SENSOR_CONFIG_ACTIVE message (#3644)
* Add message for detected sensors

* Add gyro sensor info

* Add separate sensor info panel
2023-11-28 10:55:23 +01:00
HThuren
823f4d25d1
add ist8310 to setup tab (#3619)
add ist8310
2023-10-30 23:20:13 +01:00
HThuren
bb76112c99
GPS tab: New design for gps Status / Quality (#3566)
* small fixes

* Ajust Colours when translated

* new design

* new design

* new design

* new design

* new design

* new design

* new design
2023-09-10 00:42:01 +02:00
Tomas Chmelevskij
40c243fe47
feat: use jquery package (#3540) 2023-08-17 01:13:03 +02:00
HThuren
532a672047
Concat longitude and latitude and add location url on Setup tab (#3491) 2023-07-03 18:50:43 +10:00
HThuren
50554c1a80
When use magnetometer, add North symbol to GPS position icon (#3484)
* Add North when use magnetometer

* Update src/js/tabs/map.js

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

---------

Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
2023-06-20 15:00:40 +02:00
Mark Haslinghuis
791751a860
Fix offline behavior (#3480)
* Fix offline behaviour

* Fix message on setup tab when offline
2023-06-14 00:54:04 +02:00
Mark Haslinghuis
e789d97baa
Fix: arm status [icon] (#3438)
Fix status
2023-05-09 17:33:49 +02:00
HThuren
b523f0a0ac
Color for vtx ready status (#3422)
* VTX ready change if device get ready

* minor change

* removed class from translated string

* Use of css way

* Now use CSS style

* reduce size of main.less

* xVx
2023-04-27 13:23:50 +02:00
HThuren
db97687d17
Show sonar altitude, if sensor exist (#3414)
* Show sonar altitude, if sensor exist

* Review resolved
2023-04-12 18:50:45 +02:00
Mark Haslinghuis
5344781de2
Fix battery status and optimize and fix status pull (#3397)
* Fix status

* Remove duplicate status requests

* Add clearInterval

* Cleanup

* Remove more duplicate status polling
2023-04-10 01:42:03 +02:00
HThuren
56338c2de6
Add sensor / range finder information at Setup tab (#3410)
* Show sonar at setup.js

* Changed logic for , seperator

* Changed logic for , seperator
2023-04-09 21:34:05 +02:00
HThuren
c20d527343
align alignDisarmFlagElements (#3400)
* align alignDisarmFlagElements

* restore backward comp
2023-04-07 16:10:33 +02:00
HThuren
e15cb55e24
Show CPU core temp on Setup tab (#3403)
* add temp

* add cpu temperature
2023-04-06 22:22:13 +02:00
HThuren
08100bafa8
More info on setup tab 2 (#3385)
* add help and minor layout changes

* add help and minor layout changes

* add help and minor layout changes

* Fix layout

* add disable / enable logic

* small changes
2023-04-04 16:04:48 +02:00
HThuren
36628523db
Firmware info on setup tab (#3369)
* More messages

* caps API

* More buiold info

* buildinfo

* buildinfo test

* Added build options

* Added build options

* Change of label

* chang loop

* Add buildkey and sensors

* Show config and log based on buildkey
2023-03-16 14:39:05 +01: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
Tomas Chmelevskij
4582f4d39e
Serial backend modules (#3192) 2023-01-08 17:13:20 +11:00
Ivan Efimov
8e7aa89ee5
Bringing Google stats back - Reverting #3148 (#3204) 2023-01-07 10:05:34 +11:00
Tomas Chmelevskij
483dec9103
Chore/move gui to modules (#3001)
Move `GUI` to esm
2022-12-28 21:08:48 +01:00
haslinghuis
b6d8efc9f8
Remove Google Analytics (#3148) 2022-12-16 14:11:05 +11:00
haslinghuis
44684cb8d0
Fix receiver provider order (#3140)
* Fix receiver provider order

* Fix rates preview and throttle rates preview
2022-12-13 20:41:46 +01:00
haslinghuis
c625741604
Restore experimental backup and restore only for virtual and fw below 4.3 (#3134)
Restore backup and restore
2022-12-11 23:22:12 +01:00
haslinghuis
867b59d204
Bump API_VERSION_ACCEPTED and semver cleanup (#3104)
Firmware flasher: build config help icons style fix (#3092)

Co-authored-by: Ivan Efimov <gendalf44@yandex.ru>
2022-12-11 04:55:14 +01:00
Mark Haslinghuis
fbaa6df079 Hide backup and restore (again) 2022-10-14 01:19:12 +02:00
Tomas Chmelevskij
5a74094df1 move tabs to use esm modules 2022-07-23 22:08:19 +03:00
Hans Christian Olaussen
145d567ff9 Make "Activate bootloader" button use bootloader in flash if it exists 2022-04-24 00:19:12 +02:00
Tomas Chmelevskij
770f0352cb chore: remove nested template literal 2022-01-18 12:30:19 +01:00
Tomas Chmelevskij
5be4a4596a chore: add template-curly-spacing 2022-01-18 12:30:17 +01:00