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

846 commits

Author SHA1 Message Date
Károly Kiripolszky
d4059b37e1 Put the original and the modulated values on the throttle curve 2019-10-21 12:15:21 +02:00
Asizon
8dc4e7829f Add Basque translation 2019-10-20 17:33:04 +02:00
Károly Kiripolszky
b5f65495a8 draw throttle position in tuning tab 2019-10-20 10:01:25 +02:00
Anisotropic
262bc05ab5 ISSUE-1609: Create communication mechanism between windows, implement dark theme for sticks window using it. Small fix for Tip popup window. 2019-10-15 00:50:30 +03:00
Michael Keller
c6fd43fdec
Fix "switchery" dark theme by using css-variables. (#1726)
Fix "switchery" dark theme by using css-variables.
2019-10-15 08:40:41 +13:00
Michael Keller
023f91a005
Refactor pid-tuning -> tabs (#1715)
Refactor pid-tuning -> tabs
2019-10-15 08:39:50 +13:00
Michael Keller
4e708fcb08
clean up some more code smells from sonarcloud (#1714)
clean up some more code smells from sonarcloud
2019-10-15 08:39:38 +13:00
Michael Keller
456ae7e540
Better representation of battery low (#1683)
Better representation of battery low
2019-10-15 08:39:29 +13:00
Bruce Luckcuck
c6eaefd1b9 Add support for ACC_CALIB arming disabled flag 2019-10-12 19:15:51 -04:00
Bruce Luckcuck
8ebed0a53a Add missing support for DSHOT_BBANG arming disabled flag 2019-10-10 21:10:22 -04:00
Michael Keller
23ec6d1f2e Made tooltip wider. 2019-10-09 16:18:27 +13:00
Anisotropic
5bdceb06e9 Fix "switchery" dark mode by using css-variables. Cleaning in gui.js along the way. 2019-10-09 00:35:10 +03:00
Michael Keller
4c2ac7215f
Fix vtx saving (#1718)
Fix vtx saving
2019-10-08 00:47:30 +13:00
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