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

4860 commits

Author SHA1 Message Date
Miguel Angel Mulero Martinez
8640e83fac Update Galician translation 2019-09-28 08:57:36 +02:00
Miguel Angel Mulero Martinez
90c1de55e4 Update French translation 2019-09-28 08:57:22 +02:00
Miguel Angel Mulero Martinez
4105c9f4cf Update Spanish translation 2019-09-28 08:57:14 +02:00
Miguel Angel Mulero Martinez
d7daaceb09 Update German translation 2019-09-28 08:57:06 +02:00
mikeller
261ebd7bbe Added support for Unified Target configurations with manufacturer_id in the name. 2019-09-27 15:48:03 +12:00
Kyle K
96619a4b58 Don't accept fancy lookin letters.
Backstory, Unified configs mean we can embed arbitrary text into the firmware, what is one source of text? Project Gutenberg!
I tried attaching a snippet of the text into the config (as comments, I am a careful deviant) and ended up learning a little about how text is encoded and handled these days.

Given a character with a value higher than 1 byte, the value gets cropped off, so 0x2018 would get flashed as 0x18, and would fail validation, because we'd be checking 0x2018 against 0x18

Asking Notepad++ to convert the document to ANSI was no good either, it decided to use Code page 1252, which still has fancy quotes, and when loaded into the configurator, instead of 0x92, it'd be converted to a replacement character FFFD if you want to look something up.
2019-09-26 22:06:47 +00:00
Michael Keller
074bb46f78
Fix esc protocol tooltip for removed dshot1200 (#1689)
Fix esc protocol tooltip for removed dshot1200
2019-09-26 22:35:33 +12:00
Michael Keller
1d1b9743f1
Fix forced dark mode if dark mode on OS level (#1686)
Fix forced dark mode if dark mode on OS level
2019-09-26 01:22:38 +12:00
IvoFPV
f397cbcd2d Fix forced dark mode if dark mode on OS level 2019-09-25 13:44:46 +02:00
IvoFPV
9a74087762 Fix esc protocol tooltip for removed dshot1200 2019-09-24 20:33:10 +02:00
Miguel Angel Mulero Martinez
eb65261126 Better representation of battery low 2019-09-23 13:45:41 +02:00
Michael Keller
2395c7a216
Fix slider display update and analytics (#1678)
Fix slider display update and analytics
2019-09-22 16:39:16 +12:00
IvoFPV
65ab462168 Fix slider display update and analytics 2019-09-20 21:43:29 +02:00
Cleric-K
e6b2201de1 CliAutocomplete for diff #1630 2019-09-20 10:46:49 +03:00
Michael Keller
b98775deaf
Fix dark mode on ports tab select boxes (#1672)
Fix dark mode on ports tab select boxes
2019-09-20 07:52:44 +12:00
IvoFPV
24a72e045a Fix darkmode on ports tab select boxes 2019-09-18 18:16:57 +02:00
Michael Keller
0648e5d927
Fix tooltip not closing properly (#1665)
Fix tooltip not closing properly
2019-09-19 00:46:58 +12:00
Michael Keller
b0e05fa830
Tuning sliders yaw P fix (#1662)
Tuning sliders yaw P fix
2019-09-18 02:18:37 +12:00
Michael Keller
b29385989d
Fixed RPM build for release candidates. (#1666)
Fixed RPM build for release candidates.
2019-09-17 06:48:40 +12:00
mikeller
3066643709 Fixed RPM build for release candidates. 2019-09-17 06:47:47 +12:00
Michael Keller
f5edd56a9e
Merge pull request #1663 from mikeller/change_version_for_10_6_0_rc1
Updated version for 10.6.0-RC1
2019-09-17 06:29:00 +12:00
Michael Keller
6aa3497d25
Added analytics for new configurator elements. (#1657)
Added analytics for new configurator elements.
2019-09-17 06:27:32 +12:00
IvoFPV
6e3c3d84a7 Fix tooltip not closing properly 2019-09-16 19:44:56 +02:00
IvoFPV
95e64dcf4e Tuning sliders yaw P fix 2019-09-16 12:18:52 +02:00
Michael Keller
662ad7bbe8
Updated changelog for 10.6.0. (#1656)
Updated changelog for 10.6.0.
2019-09-16 21:53:22 +12:00
Michael Keller
fa0325c1c7 Added analytics for battery calibration. 2019-09-16 21:13:35 +12:00
mikeller
deadd622e9 Updated changelog for 10.6.0. 2019-09-16 11:41:35 +12:00
Skolzyashiy
b950db364a ISSUE-1592: Fix misaligned sections on VTX with modern flex. Remove gap between TDs in "current values" section 2019-09-15 23:08:55 +03:00
mikeller
ec79782084 Updated version for 10.6.0-RC1 2019-09-16 01:09:40 +12:00
mikeller
41d09d9796 Fixed tests. 2019-09-15 23:31:23 +12:00
mikeller
005868bc07 Added analytics for new configurator elements. 2019-09-15 22:15:25 +12:00
Michael Keller
93e4cf83b8
Added dialog to offer resetting to custom defaults. (#1651)
Added dialog to offer resetting to custom defaults.
2019-09-15 10:23:32 +12:00
mikeller
6999656097 Added dialog to offer resetting to custom defaults. 2019-09-15 00:54:39 +12:00
Michael Keller
dde266a4de
Add paste from clipboard option to VTX tab (#1650)
Add paste from clipboard option to VTX tab
2019-09-15 00:43:30 +12:00
Michael Keller
8a475c51ca
Fix vtx tab animation (#1649)
Fix vtx tab animation
2019-09-15 00:43:21 +12:00
Michael Keller
fcecf694d5
Tuning sliders non expert mode limits (#1653)
Tuning sliders non expert mode limits
2019-09-15 00:35:56 +12:00
Michael Keller
65284a9d15
Update translations (#1654)
Update translations
2019-09-15 00:03:14 +12:00
Michael Keller
04412cf98a
Add 10 and 25 gyro scales to motor tab (#1652)
Add 10 and 25 gyro scales to motor tab
2019-09-15 00:02:02 +12:00
IvoFPV
d2fe165bce Add tuning slider analytics 2019-09-14 03:38:33 +02:00
Miguel Angel Mulero Martinez
b4ed431242 Update Chinese Simplified translation 2019-09-13 09:47:54 +02:00
Miguel Angel Mulero Martinez
64894210da Update Swedish translation 2019-09-13 09:47:33 +02:00
Miguel Angel Mulero Martinez
bbb38f4bf4 Update Russian translation 2019-09-13 09:47:17 +02:00
Miguel Angel Mulero Martinez
edefe7ce4c Update Portuguese translation 2019-09-13 09:47:06 +02:00
Miguel Angel Mulero Martinez
139dfb78ef Update Latvian translation 2019-09-13 09:46:56 +02:00
Miguel Angel Mulero Martinez
d8f2316cab Update Korean translation 2019-09-13 09:46:37 +02:00
Miguel Angel Mulero Martinez
3d33ac6965 Update Japanese translation 2019-09-13 09:46:24 +02:00
Miguel Angel Mulero Martinez
17d1aa3569 Update Italian translation 2019-09-13 09:46:13 +02:00
Miguel Angel Mulero Martinez
8abbbb791b Update Indonesian translation 2019-09-13 09:46:02 +02:00
Miguel Angel Mulero Martinez
b848f8bea3 Update Croatian translation 2019-09-13 09:45:44 +02:00
Miguel Angel Mulero Martinez
299ca37eb1 Update Galician translation 2019-09-13 09:44:57 +02:00