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

733 commits

Author SHA1 Message Date
Michael Keller
c8904bd98a
Merge pull request #1712 from Docteh/links
Some minor cleanup for hacktoberfest
2019-10-06 18:36:55 +13:00
IvoFPV
c80beb7f1d Fix vtx saving 2019-10-05 11:45:25 +02:00
Anisotropic
af68114367 Refactor pid-tuning -> tabs 2019-10-04 18:39:33 +03:00
Kyle K
d56a170a5a clean up some more code smells
duplicated CSS selectors

extraneous code.
2019-10-03 21:52:02 +00:00
Kyle K
0e57243c51 Some minor cleanup for hacktoberfest
Links that open target="_blank" should also specify rel="noopener noreferrer"

jenkins_loader wasn't properly called in strict mode
2019-10-02 20:51:49 +00:00
IvoFPV
c84eec0d41 Fix options menu not opening 2019-10-01 18:09:01 +02:00
Michael Keller
79cf12a63d
Fix led color picker (#1698)
Fix led color picker
2019-09-30 18:34:53 +13:00
Michael Keller
71e538379a
Don't accept fancy lookin letters in Unified configs (#1693)
Don't accept fancy lookin letters in Unified configs
2019-09-29 19:24:23 +13:00
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
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
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
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
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
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
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
IvoFPV
3c8fc20e1b Clean up receiver tab 2019-09-10 16:08:46 +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
Miguel Angel Mulero Martinez
d54b9d1045 Reorder and make more consistent the Motor/ESC Configuration box 2019-09-10 22:24:11 +12:00
Michael Keller
845155c8e2
Fixes clicking on helpicon affects input (#1637)
Fixes clicking on helpicon affects input
2019-09-10 20:54:16 +12:00
IvoFPV
cf112f8992 Remove clickable labels for switches 2019-09-09 22:11:53 +02:00
IvoFPV
69f3387a02 Fix rateprofiles 2019-09-09 14:41:40 +02:00