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

1464 commits

Author SHA1 Message Date
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
Michael Keller
635e5dbef9
Fix filter subtab line and helpicon spacing (#1634)
Fix filter subtab line and helpicon spacing
2019-09-09 23:42:07 +12:00
IvoFPV
90df9d4959 Tuning slider redesign 2019-09-09 11:00:12 +02:00
IvoFPV
3b5b8c65ed Fixes clicking on helpicon affects input 2019-09-08 19:46:37 +02:00
Michael Keller
68d076c714
Fixed duplication of 'gyro_to_use'. (#1629)
Fixed duplication of 'gyro_to_use'.
2019-09-09 01:09:11 +12:00
IvoFPV
20653d2349 Fix filter spacing 2019-09-08 13:08:22 +02:00
Michael Keller
3871b4b4cc
throw out unused opensans files (#1628)
throw out unused opensans files
2019-09-08 14:51:11 +12:00
Miguel Angel Mulero Martinez
25fe13be25 Add RPM filter configuration 2019-09-07 15:35:45 +02:00
Michael Keller
fe08a7833e
Merge pull request #1598 from IvoFPV/addtuningsliders
Add tuning sliders
2019-09-07 23:11:36 +12:00
Michael Keller
78227fefd7
Merge pull request #1627 from IvoFPV/pid-tuning-tab-fix
Fix PID tuning tab active subtab
2019-09-07 23:07:20 +12:00
mikeller
7d6effca85 Fixed duplication of 'gyro_to_use'. 2019-09-07 23:06:50 +12:00
IvoFPV
35dd326778 Add tuning sliders 2019-09-07 13:00:39 +02:00
IvoFPV
5bc67a41aa Fix note spacing 2019-09-07 10:33:21 +02:00
IvoFPV
faf4a26360 Fix pid tuning tab active subtab 2019-09-07 10:27:38 +02:00
Michael Keller
9c98bbfd79
Move ESC_SENSOR to the ESC/Motor box (#1622)
Move ESC_SENSOR to the ESC/Motor box
2019-09-07 12:35:03 +12:00
Michael Keller
19f3548fa7
Fix vtx table inputs not always responsive (#1619)
Fix vtx table inputs not always responsive
2019-09-07 12:32:48 +12:00
Michael Keller
619f3f7d5c
Fix CSS button at the MSP TX window (#1618)
Fix CSS button at the MSP TX window
2019-09-07 12:32:36 +12:00
Michael Keller
633955e098
Merge pull request #1617 from IvoFPV/d-min-fix
Fix dmin on/off calculation and dmin limit
2019-09-07 12:30:38 +12:00
Michael Keller
9f63b994b9
Merge pull request #1616 from etracer65/mode_show_arming_disabled
Add visual indicator on ARM mode when arming is disabled by the firmware
2019-09-07 12:30:18 +12:00
Michael Keller
2ba51a8019
Merge pull request #1615 from IvoFPV/vtx-warning
Add warning if Smartaudio port assigned and VTX table not set up
2019-09-07 12:30:03 +12:00
Kyle K
b28ed22726 throw out unused opensans files
mainly looking to throw out .html
I've left ttf as I think the woff/woff2 are generated from ttf
2019-09-06 23:51:11 +00:00
Kyle K
59d9832efa stop board selection from being dropped 2019-09-06 22:13:09 +00:00
Kyle K
f6934f234f consider versions for unified targets 2019-09-06 10:05:29 +00:00
Kyle K
0c4e53e4aa clean up, refactor a little 2019-09-06 01:38:37 +12:00
Miguel Angel Mulero Martinez
85e2472010 Move ESC_TELEMETRY to the ESC/Motor box 2019-09-05 09:21:09 +02:00
Kyle K
f7275c25f3 translate the (Legacy) bit, and only show it where needed 2019-09-05 04:15:22 +00:00
Kyle K
c46631d7a2 Ensure that loading message is provided. 2019-09-05 04:15:22 +00:00
Kyle K
16cabc93a4 initial go at flashing unified target with a config 2019-09-05 04:15:22 +00:00
Michael Keller
386c757e45
Removed Dshot1200 protocol. (#1614)
Removed Dshot1200 protocol.
2019-09-05 02:09:00 +12:00
Michael Keller
4e6076756e
refactor CSS references to Open Sans font (#1613)
refactor CSS references to Open Sans font
2019-09-05 01:55:31 +12:00
Bruce Luckcuck
d6a86dd3c3 Add visual indicator on mode when arming is disabled
If arming is disabled (at the firmware level) but the channel is withing the arming mode activation range, display the mode in red to indicate arming not available.
2019-09-04 07:44:25 -04:00
Michael Keller
7f1934b946
Merge pull request #1612 from McGiverGim/vtx_load_save
Add save/load buttons for the VTX Table
2019-09-04 23:30:16 +12:00
IvoFPV
26706f289a Fix dmin on/off calculation and dmin limit 2019-09-04 12:42:40 +02:00
Miguel Angel Mulero Martinez
ca6b1f4e0e Add save/load buttons for the VTX Table 2019-09-04 12:03:00 +02:00
IvoFPV
df79e2cb96 Fix vtx table inputs 2019-09-04 11:23:12 +02:00
Miguel Angel Mulero Martinez
a3042e39cc Fix CSS button at the MSP TX window 2019-09-04 08:39:09 +02:00
IvoFPV
5b7d9bfa52 Add warning if SA port assigned and no Vtx Table 2019-09-03 19:35:08 +02:00
Michael Keller
054ab5e02a
Added 0 terminator to custom defaults before flashing. (#1611)
Added 0 terminator to custom defaults before flashing.
2019-09-04 01:11:09 +12:00
Michael Keller
4985e86ecc
Keep active subtab selected on PID Tuning tab, change displayed… (#1610)
Keep active subtab selected on PID Tuning tab, change displayed data …
2019-09-04 01:08:24 +12:00
mikeller
7e77e91597 Removed Dshot1200 protocol. 2019-09-03 23:00:20 +12:00
Kyle K
ae875339da refactor CSS references to Open Sans font
The old way of using Open Sans was taking some browser quirk into consideration, instead of asking for the web font such as 'Open Sans' in bold, css would ask for a font called 'open_sansbold'

I also found two instances of 'regularbutton' class being defined for tabs, while the class is styled globally in main.css

This fixes a bug I caused where on Windows you can just ask for a bold version of a font, and it'll do it. macOS doesn't really do this properly, so the langauge selector was hard to see.
2019-09-03 08:03:25 +00:00
Michael Keller
cd7f305bef
Merge pull request #1605 from McGiverGim/msp_multiple_msp
Add MSP_MULTIPLE_MSP command
2019-09-02 22:52:23 +12:00
Miguel Angel Mulero Martinez
bb2334ca56 Add MSP_MULTIPLE_MSP command 2019-09-02 12:32:01 +02:00
Károly Kiripolszky
f1ce8075ad keep active subtab selected on PID Tuning tab, change displayed data only 2019-09-02 11:25:36 +02:00
mikeller
2336f6bd6f Added 0 terminator to custom defaults before flashing. 2019-09-02 20:55:51 +12:00
Miguel Angel Mulero Martinez
0daa22d5ea Gyro filtering restructure debug modes 2019-08-30 13:58:25 +02:00
Michael Keller
9d6f35c7f5
Change the tooltip attach method (#1604)
Change the tooltip attach method
2019-08-30 01:31:27 +12:00
Michael Keller
19106ae6cb
Merge pull request #1602 from McGiverGim/add_telem_info_motors
Add telemetry dshot data info to the motors tab
2019-08-30 01:19:01 +12:00