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

7188 commits

Author SHA1 Message Date
github-actions[bot]
4244afd91d
Update translations (#4095)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-07-08 11:18:29 +02:00
Vít Semrád
787bd1743b
Style Fix: Adjust layout for fixed toolbar (#4086) 2024-07-05 12:45:51 +02:00
Yaros
d31a21bfc7
Fixes text legibility (#4083) 2024-07-04 20:39:48 +02:00
Mark Haslinghuis
277dd90ff9
Fix auto_disarm_delay being reset (#4082) 2024-07-04 20:27:05 +02:00
Yaros
71784e5f43
Detect GitHub branch name automatically from URL (#4081)
* Detect GitHub branch name automatically from URL

* Switched if statement to ternary operator

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

---------

Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
2024-07-03 21:59:27 +02:00
Mark Haslinghuis
2bd55e0604
Update AutoBackup.js to use diff all (#4080)
* Update AutoBackup.js

* feedback
2024-07-02 00:47:37 +02:00
Leonardo Ciocari
b9e602fa71
Fix typos (#4079) 2024-07-01 22:22:26 +02:00
Míguel Ángel Mulero Martínez
1a979e3105
Add script to generate the capacitor.config.json file (#4075)
In this way we can generate the modifications for android with live reload automatically.
2024-07-01 16:34:10 +02:00
Míguel Ángel Mulero Martínez
86e4394ab6
Fix botton toolbar again in modes an flasher tab (#4077) 2024-07-01 15:33:01 +02:00
Míguel Ángel Mulero Martínez
df1b390ab2
Fix hide of dataflash element (#4076) 2024-07-01 15:31:43 +02:00
github-actions[bot]
b7093d148b
Update translations (#4078)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-07-01 11:49:29 +02:00
SamFPV
c4fd801a07
Aesthetic CLI dropdown menu (#4073)
Darker background of CLI dropdown menu instead of white BG with yellow font.
2024-06-29 12:46:28 +02:00
SamFPV
286e2df4cd
CLI Text dark font on dark background fix. (#4072)
Resubmission of Text CLI dark font on dark background fix.
2024-06-28 22:19:26 +02:00
Mark Haslinghuis
30851d3e77
Add APM32 device support (#4069) 2024-06-28 21:50:29 +02:00
Míguel Ángel Mulero Martínez
23394868f4
Add capacitor android (#3955)
* Add capacitor with Android support

It's only the basic code to start as base. It needs a lot of fixes/changes to make it functional.

* Add first version of branding

* Add basic Android instructions to the README
2024-06-28 21:46:07 +02:00
nerdCopter
ee1ab8a830
[github workflow] auto-close PR's with branch named 'master' (#4071)
* [github workflow] auto-close PR's with branch named 'master'

* [github workflow] auto-close PR's with branch named 'master'
2024-06-28 21:43:32 +02:00
Mark Haslinghuis
5a3f06f890
Add bluetooth support (#4024)
* Add bluetooth support

* Add new files

* CLI now works over BT

* Fix MSP over bluetooth

* Cleanup

* More cleanup

* Fix bind for disconnect

* Rename port to device

* Reboot does not trigger event gattserverdisconnected

* Fix dual permission request

* Increase minimum MSP timeout for PWA

* Small refactor

* Reboot

* Do not crash when bluetooth flag is disabled

* Cleanup excessive logging

* Abstract navigator
2024-06-28 20:02:32 +02:00
Mark Haslinghuis
91dab8750e
Use diff (#4068) 2024-06-29 01:51:39 +10:00
Mark Haslinghuis
9532bda58e
Add altitude variant (#4052)
* Add altitude variant

* Only add variants if sensor enabled
2024-06-26 22:21:58 +02:00
Míguel Ángel Mulero Martínez
3abe6268e8
Fix button toolbar in motors and modes tabs (#4067) 2024-06-26 17:24:17 +02:00
Míguel Ángel Mulero Martínez
2bfd4f8a3a
Fix presets UI buttons bar (#4066) 2024-06-26 17:09:40 +02:00
Míguel Ángel Mulero Martínez
2a36f50007
Upgrade packages to latest versions in yarn.lock (#4064) 2024-06-26 15:58:07 +02:00
Míguel Ángel Mulero Martínez
cee1b29e6e
Fix firmware flasher tab toolbar (#4063) 2024-06-26 15:14:11 +02:00
Míguel Ángel Mulero Martínez
7f19dca88c
Fix disabled state of autodetect button (#4062) 2024-06-26 15:12:21 +02:00
Míguel Ángel Mulero Martínez
bb6482bd6e
Change Vite register type to prompt for PWA (#4059) 2024-06-25 15:11:20 +02:00
Mark Haslinghuis
2b99a80d07
Fix missing dmin gain and advance (#4061) 2024-06-25 15:08:43 +02:00
Míguel Ángel Mulero Martínez
1a7507b65d
Adjust RX Plot graph elements (#4060) 2024-06-25 15:02:37 +02:00
github-actions[bot]
ad64bed9ae
Update translations (#4057)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-06-24 11:25:33 +02:00
Mark Haslinghuis
5c8d344eb4
Disable vbat-sagcompensation if voltage source is not ADC (#4025) 2024-06-23 21:50:54 +02:00
Mark Haslinghuis
cfc1cc6893
Fix servo tab not shown (#4053) 2024-06-23 21:50:21 +02:00
Mark Haslinghuis
aea6e28332
Make msc-not-support expert only (#4056) 2024-06-23 21:47:48 +02:00
Vít Semrád
df3b3220ef
Style: Fix jBox tooltip colors (#4054) 2024-06-23 14:01:05 +02:00
J Blackman
dfc79ea27b
Move analytics to its own domain and capture host (#4035) 2024-06-22 09:17:17 +10:00
Míguel Ángel Mulero Martínez
359900453d
Auto flashing without asking permissions if possible (#4048) 2024-06-21 21:02:23 +02:00
Míguel Ángel Mulero Martínez
b8b5f6be9b
Fix CLI autocomplete background color (#4049) 2024-06-21 17:10:03 +02:00
Míguel Ángel Mulero Martínez
b369d82489
Fix CLI executeCommands (#4050) 2024-06-21 15:00:33 +02:00
Míguel Ángel Mulero Martínez
cc5e20c005
Request permission before connect in USB flashing (#4046) 2024-06-20 22:19:27 +02:00
Mark Haslinghuis
586dd585ba
Fix message (#4047) 2024-06-20 19:24:53 +02:00
Míguel Ángel Mulero Martínez
a4c32c400a
Several little UI adjustments (#4045) 2024-06-20 16:51:19 +02:00
Mark Haslinghuis
badc070fca
Update debug (#4044) 2024-06-20 16:24:12 +02:00
Míguel Ángel Mulero Martínez
fad0b37160
Remove space for hidden buttons in the toolbar (#4041) 2024-06-20 16:20:42 +02:00
Míguel Ángel Mulero Martínez
33512201c8
Fix some UI glitches in servos tab (#4040) 2024-06-20 16:19:15 +02:00
Míguel Ángel Mulero Martínez
e58e99d15d
Fix UI toolbar buttons at tethered logging (#4043) 2024-06-20 16:16:48 +02:00
Míguel Ángel Mulero Martínez
d4426b3045
Some adjustments to the VTX tab UI (#4042) 2024-06-20 16:13:10 +02:00
Mark Haslinghuis
eb0ef767bf
Fix autobackup (#4033)
* Fix autoback and execute commands in cli

* Backout changes in cli
2024-06-20 10:17:22 +02:00
Míguel Ángel Mulero Martínez
378d200916
Show all serial devices option PWA (#4039)
* Fix lint

* Use the showAllSerialDevces option under PWA
2024-06-19 23:57:15 +02:00
dependabot[bot]
527297eddd
Bump pug from 3.0.2 to 3.0.3 (#4038)
Bumps [pug](https://github.com/pugjs/pug) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pugjs/pug/releases)
- [Commits](https://github.com/pugjs/pug/compare/pug@3.0.2...pug@3.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 16:35:03 +02:00
Vít Semrád
eecc858b7d
Style: UI Refresh (#3956)
* Style: Use new color system

* Fix: sonarcloud issues, remove testing parts

* Fix: Remove double variables

* Style: First POC of UI refresh - Setup tab

* Style Fix: Prevent tab-specific breakpoints from escaping

* Style: Remove calc() for main layout

* Fix: Break into mobile UI along CSS, update mobile tabs

* Style: Refresh Ports tab

* Style: Refresh Configuration tab

* Style: Reposition StatusBar, add a bit of spacing

* Style: Remove text shadows

* Style: Fix overlapping select styles

* Fix: Remove import for deleted files, fixes builds

* Style: Refresh Power & Battery tab

* Style: Prevent OSD tab styles from escaping

* Style: Refresh Failsafe tab

* Style: Refresh Modes tab

* Style: Add back td height

* Style: Refresh Adjustments tab

* Style: Refresh Motors tab

* Style: Catch up main.less to various changes

* Style: Refresh VTX tab

* Style: Refresh OSD tab

* Style: Refresh Receiver tab

* Chore: Clean up SonarCloud issues

* Chore: Clean up more SonarCloud issues

* Style: Refresh Blackbox tab

* Style: Refresh headerbar

* Style: Refresh Options tab

* Style: Refresh Firmware Flasher tab

* Style: Adjust detect feature, add breakpoint

* Fix: Use updated i18n in button

* Style: Refresh MSP Radio Emulator

* Style: Fix Radio Emulator breakpoint

* Style: Fix Radio Emulator layout

* Style: Refresh headerbar

* Style: Refresh Sensors tab

* Style: More consistent select elements

* Style: Refresh GPS tab

* Style: Fix motors tab layout

* Style: Various fixes, align more toolbars

* Style: Refresh CLI tab

* Style: Clean up VTX tab styling

* Style: Fix sensor status color
2024-06-19 11:58:42 +02:00
dependabot[bot]
913d170922
Bump ws from 8.16.0 to 8.17.1 (#4037)
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 17:04:18 +10:00
Mark Haslinghuis
029c57a4b3
Fix disarm flag elements (#4030) 2024-06-17 20:31:39 +02:00