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

4685 commits

Author SHA1 Message Date
IvoFPV
320d1b0789 Fix font manager select box 2019-10-01 18:38:40 +02:00
IvoFPV
c84eec0d41 Fix options menu not opening 2019-10-01 18:09:01 +02:00
Michael Keller
4d67e12102
fix alignment of vtx tab icon and transponder tab icon also fix… (#1700)
fix alignment of vtx tab icon and transponder tab icon also fix wrong vtx icon on active osd tab
2019-10-01 22:15:08 +13:00
TheIsotopes
3d0be1a11d
fix transponder icon alignment and wrong vtx icon on active osd tab 2019-09-30 16:30:00 +02:00
TheIsotopes
42c34ac206
fix alignment of vtx tab icon
icon alignment is too high, should be centered
2019-09-30 10:10:33 +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
Michael Keller
7b4d1f4efb
Updated version for 10.6.0-RC2 (#1699)
Updated version for 10.6.0-RC2
2019-09-29 12:09:06 +13:00
mikeller
2885ccd7ae Updated version for 10.6.0-RC2 2019-09-29 10:32:56 +13:00
Michael Keller
8e0fb8ee98
Update translations (#1696)
Update translations
2019-09-29 10:31:05 +13:00
Michael Keller
7cb86356de
Added support for Unified Target configurations with manufactur… (#1692)
Added support for Unified Target configurations with manufacturer_id in the name.
2019-09-29 10:23:11 +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
Miguel Angel Mulero Martinez
0114557d50 Update Chinese Simplified translation 2019-09-28 08:59:14 +02:00
Miguel Angel Mulero Martinez
0bb1d5af6e Update Swedish translation 2019-09-28 08:58:57 +02:00
Miguel Angel Mulero Martinez
1839768c94 Update Russian translation 2019-09-28 08:58:48 +02:00
Miguel Angel Mulero Martinez
eb968f1dc9 Update Portuguese translation 2019-09-28 08:58:36 +02:00
Miguel Angel Mulero Martinez
b6d9ddc15b Update Latvian translation 2019-09-28 08:58:26 +02:00
Miguel Angel Mulero Martinez
8fbbe251c5 Update Korean translation 2019-09-28 08:58:16 +02:00
Miguel Angel Mulero Martinez
9e1f36b126 Update Japanese translation 2019-09-28 08:58:08 +02:00
Miguel Angel Mulero Martinez
3488130c87 Update Italian translation 2019-09-28 08:57:59 +02:00
Miguel Angel Mulero Martinez
5f4c7c1138 Update Croatian translation 2019-09-28 08:57:50 +02:00
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
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