1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-20 14:55:15 +03:00
Commit graph

1464 commits

Author SHA1 Message Date
Kyle K
7133001fa2 revise limit to 255, and handle comments 2019-09-29 06:13:25 +00:00
Michael Keller
f0a7462139
Fixed naming of the 'Altitude' graph in the sensors tab. (#1690)
Fixed naming of the 'Altitude' graph in the sensors tab.
2019-09-29 16:43:11 +13:00
Michael Keller
b4f9f343d2
FIx memory leak on model rendering (#1695)
FIx memory leak on model rendering
2019-09-29 16:02:10 +13:00
mikeller
0778587fcb Fixed naming of the 'Altitude' graph in the sensors tab. 2019-09-29 15:58:00 +13:00
IvoFPV
c0f7b174bc Fix led color picker 2019-09-28 15:00:08 +02:00
IvoFPV
b324efca9b FIx memory leak on model rendering 2019-09-28 13:14:14 +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
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
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
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
fa0325c1c7 Added analytics for battery calibration. 2019-09-16 21:13: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
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
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
IvoFPV
8b7f0353e5 Tuning sliders non expert mode limits 2019-09-13 01:46:47 +02:00
Michael Keller
e85bf0c073
Improve input fields and dark mode (#1648)
Improve input fields and dark mode
2019-09-13 11:26:56 +12:00
Michael Keller
14034d129f
Improve filter tuning tip (#1646)
Improve filter tuning tip
2019-09-13 07:55:21 +12:00
Miguel Angel Mulero Martinez
2db22c9536 Add 10 and 25 gyro scales to motor tab 2019-09-12 16:51:30 +02:00
Miguel Angel Mulero Martinez
abb9997d1d Add paste from clipboard option to VTX tab 2019-09-12 15:41:43 +02:00
IvoFPV
87ae20203f Improve input fields sizing, dark mode fixes 2019-09-12 10:52:29 +02:00
Michael Keller
e1f6cb2be1
Add detailed instructions to the VTX Table (#1644)
Add detailed instructions to the VTX Table
2019-09-12 07:44:46 +12:00
Michael Keller
9442e9d940
Clean up and improve receiver tab style (#1643)
Clean up and improve receiver tab style
2019-09-12 07:44:36 +12:00
Michael Keller
9350de3d6c
Fix duplicated digital idle help icon (#1641)
Fix duplicated digital idle help icon
2019-09-12 07:44:28 +12:00
IvoFPV
073eeb0663 Fix vtx tab animation on init 2019-09-11 19:58:18 +02:00
IvoFPV
02a6610a99 Improve filter tuning tip 2019-09-11 10:04:36 +02:00
Michael Keller
62a0ba51a9
Further work: consider versions for unified targets (#1626)
Further work: consider versions for unified targets
2019-09-11 19:12:19 +12:00
Kyle K
000e537283 Finish up work on unified targets 2019-09-10 22:32:04 +00:00
Miguel Angel Mulero Martinez
d35b41cfe0 Add detailed instructions to the VTX Table 2019-09-10 20:02:50 +02:00
IvoFPV
3c8fc20e1b Clean up receiver tab 2019-09-10 16:08:46 +02:00
Miguel Angel Mulero Martinez
a9a8ce5d07 Fix duplicated digital idle help icon 2019-09-10 15:19:58 +02:00
Michael Keller
d155ce035a
Fix rateprofiles not working after saving (#1639)
Fix rateprofiles not working after saving
2019-09-11 00:22:35 +12:00
Michael Keller
a68714ebd7
Reorder and make more consistent the Motor/ESC Configuration box (#1633)
Reorder and make more consistent the Motor/ESC Configuration box
2019-09-10 23:26:28 +12:00
Michael Keller
6eca234130
Tuning sliders redesign (#1638)
Tuning sliders redesign
2019-09-10 22:25:26 +12:00
Miguel Angel Mulero Martinez
d54b9d1045 Reorder and make more consistent the Motor/ESC Configuration box 2019-09-10 22:24:11 +12:00