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

1587 commits

Author SHA1 Message Date
Michael Keller
4209885731 Merge pull request #497 from theseankelly/dupe_target_custom
Removing duplicate TARGET_CUSTOM entry in serialRx configuration
2017-05-08 22:10:24 +12:00
Rodrigo Pérez
fc9f3417b4 Fix hidden elements in OSD Tab 2017-05-07 18:55:08 -03:00
Sean Kelly
f4293f5420 Removing duplicate TARGET_CUSTOM entry in serialRx configuration 2017-05-07 07:48:15 -07:00
TheAngularity
20cb7bea8b fixed update request
removed empty voltage and amperage box ... same bug fixed in bf configurator dffd5c9c-30ce-11e7-97ca-1af541bbd9fb.jpg
2017-05-05 16:01:34 +12:00
mikeller
b729ffaf68 Fixes for merge from cleanflight. 2017-05-05 16:01:34 +12:00
Sean Kelly
457700f052 Changing the wrap around the TARGET_CUSTOM SerialRx protocol to be based
on MSP Version and not FC version
2017-05-05 16:01:34 +12:00
Sean Kelly
6119acf617 BF/CF - Adding TARGET_CUSTOM SerialRx protocol option. (#484)
Allows configurator to choose to use custom target-defined serialRx
protocols. Requires target support
2017-05-05 16:01:34 +12:00
Hydra
2fecfb0b65 CF/BF - Cleanup ports tab.
Handes wrapping on narrow screens better.
2017-05-05 16:01:34 +12:00
Hydra
fb64fa0d61 CF/BF - Prevent exceptions that result in a white content panel occuring
when unplugging USB cable while in CLI mode.

Note: Various different exception scenarious were encountered in testing, the main solution seemed to be not trying to send when disconnected (!).  Other state  related issues were found along the way.
2017-05-05 16:01:34 +12:00
Dominic Clifton
9bf9132772 Merge pull request #475 from TheAngularity/patch-2
rearrange power-tab
2017-05-05 16:01:34 +12:00
mikeller
d011599450 Fixes to make cleanflight-configurator code work in betaflight-configurator. 2017-05-05 16:01:34 +12:00
Miguel
445b9931bb Change the extension of blackbox saved files to BBL and add as prefix
the flight controller identifier.
2017-05-05 16:01:34 +12:00
error414
780451cd38 add presistent state, fix code style 2017-05-05 16:01:34 +12:00
error414
59e9f59887 rebase and fix
reference to https://github.com/cleanflight/cleanflight-configurator/pull/445
2017-05-05 16:01:34 +12:00
Hydra
a4da6240a1 CF/BF - Disable ESC Sensor and virtual current meter sources for OSD
Slave boards.
2017-05-05 16:01:34 +12:00
Hydra
2618d6dafc CF/BF - Prepare for updated OSD Slave boards.
* Replaces Setup tab with Setup OSD tab for OSD Slave  boards - ported
from CF v1.x.
* Disables CLI tab for OSD Slave boards - due to
https://github.com/cleanflight/cleanflight/pull/2710
*
2017-05-05 16:01:34 +12:00
Hydra
0520f0d473 CF/BF - Update for API v0.35.0 - OSD SLAVE. 2017-05-05 16:01:34 +12:00
Hydra
158b36cd9c CF/BF - Add support for updated MSP_GPS_CONFIG in API v1.34.0 2017-05-05 16:01:34 +12:00
Hydra
248f2ec727 CF/BF - Update OSD examples to match latest firmware. 2017-05-05 16:01:33 +12:00
Hydra
971a7c44ab CF/BF - Bump API version for power and battery tab to be 1.33.0. 2017-05-05 16:00:38 +12:00
Hydra
2241f33ca2 CF/BF - Reinstate support for MSP_MISC and some older versions of
betaflight.  Also fix missing save of GPS and Compass configuration.
2017-05-05 16:00:38 +12:00
Hydra
1a87198bba CF/BF - Allow mixer to be changed - due to removal of MSP_MISC. 2017-05-05 16:00:38 +12:00
Hydra
159673533b CF/BF - Delete the old battery/current/voltage settings from the
configuration tab.
2017-05-05 16:00:38 +12:00
Hydra
1752c5d39d CF/BF - Initial port of power/battery tab from CF 1.x.
The voltage and amperage meters cannot yet be configured and are
disabled.
2017-05-05 16:00:38 +12:00
Hydra
19f320e2f6 CF/BF - fix blackbox logging to use the right device numbers. 2017-05-05 16:00:38 +12:00
Hydra
5f0149d161 CF/BF - Delete unused angleAtMin/Max from configurator to match API
1.33.0
2017-05-05 16:00:38 +12:00
Hydra
49100d29bd CF/BF - Update configurator for API 1.33.0. 2017-05-05 16:00:38 +12:00
Hydra
fc4af38fbd typo fixes for 305f827654057618858e10f48a0473fd50d748ca 2017-05-05 16:00:38 +12:00
Hydra
b4936958f8 CF/BF - fix some usages of flightControllerVersion which should have
used MSP API version.

FYI:

3.1.0 = api 1.31 -
https://github.com/betaflight/betaflight/blob/v3.1.6/src/main/msp/msp_protocol.h
3.0.1 = api 1.21 -
https://github.com/betaflight/betaflight/blob/v3.0.1/src/main/io/msp_protocol.h
3.0.0 = api 1.20 -
https://github.com/betaflight/betaflight/blob/v3.0.0/src/main/io/msp_protocol.h
2.9.1 = api 1.16 -
https://github.com/betaflight/betaflight/blob/v2.9.1/src/main/io/serial_msp.h
2.8.0 = api 1.16 -
https://github.com/betaflight/betaflight/blob/v.2.8.0/src/main/io/serial_msp.h
2.4.0 = api 1.16 -
https://github.com/betaflight/betaflight/blob/v2.4.0/src/main/io/serial_msp.h
2017-05-05 16:00:38 +12:00
Rodrigo Pérez
8c2a325340 Disable "Upload Font" button when uploading. 2017-05-04 19:42:24 -03:00
Bas Delfos
87a473c2e3 Review changes 2017-05-04 20:43:33 +02:00
Bas Delfos
6d4dc42800 Added OSD configuration for Main Battery Usage progressbar 2017-05-02 21:41:00 +02:00
Dan Nixon
7c4aa831ce Add pitch and roll angles to BFOSD 2017-04-26 13:40:32 +01:00
Sean Kelly
3fe19b709e Changing the wrap around the TARGET_CUSTOM SerialRx protocol to be based
on MSP Version and not FC version
2017-04-23 13:06:24 -07:00
Sean Kelly
6ce9dc7773 BF/CF - Adding TARGET_CUSTOM SerialRx protocol option. (#484)
Allows configurator to choose to use custom target-defined serialRx
protocols. Requires target support
2017-04-23 07:53:37 -07:00
Michael Keller
87b3aa0da7 Merge pull request #483 from AndersHoglund/srxl
Clarify Spektrum SRXL menu entry.
2017-04-21 22:50:11 +12:00
Anders Hoglund
c359ae007b Clarify Spektrum SRXL menu entry. 2017-04-16 18:02:51 +02:00
Michael Keller
6eb0c5689f Fixed scaling for GPS altitude value display. 2017-04-06 10:53:25 +12:00
Michael Keller
2996682c0a Merge pull request #474 from mikeller/removed_blackbox_sdcard_features
Removed 'BLACKBOX' and 'SDCARD' features.
2017-03-29 00:54:05 +13:00
mikeller
5753602657 Hide logging rate selection when logging is disabled. 2017-03-28 01:14:19 +13:00
toastedcornflakes
86a38d175d Add horizon strength adjustment from d4005e0 2017-03-26 17:28:54 +02:00
mikeller
eab725ea59 Removed 'BLACKBOX' and 'SDCARD' features. 2017-03-27 01:22:39 +13:00
Michael Keller
d2751c53db Merge pull request #473 from rafl/rafl/osd-average-cell-voltage
Add average cell voltage item to OSD tab
2017-03-22 23:36:10 +13:00
Michael Keller
41e98c1a12 Merge pull request #469 from mikeller/fix_current_meter
Fixed current meter configuration for older versions.
2017-03-22 23:35:38 +13:00
Florian Ragwitz
330a64b6a8 Add average cell voltage item to OSD tab 2017-03-18 22:37:57 -07:00
Michael Keller
168a987249 Fixed hiding of unsynched checkbox / field. 2017-03-17 12:58:53 +13:00
Michael Keller
f14be04f5f Fixed current meter configuration for older versions. 2017-03-14 13:57:59 +13:00
Michael Keller
9abe674da1 Fixed graph reset button on motors tab. 2017-03-10 15:28:27 +13:00
borisbstyle
e2b026112e Merge pull request #457 from keyser84/paypal_donate_locale
Use locale US in PayPal donation link
2017-03-03 01:54:10 +01:00
Michael Keller
0926f64f3b Fixed backup / restore, unified file name generation. 2017-03-03 13:35:24 +13:00