Commit Graph

3090 Commits (b33a83c5ba4a8c6455a727c1592fb60e695f739e)

Author SHA1 Message Date
Hydra bf0fcb5643 CF/BF - improve readability by reformating the structures. 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 6ada059231 CF/BF - Fix failure to reconnect when disconnect occurs with the CLI tab
open.
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 b4f3452ad4 CF/BF - add more translations for ESC voltage/current meters. 2017-05-05 16:00:38 +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 b9691f0dbd CF/BF - Limit support to CF v2.0.0 onwards and BF v3.0.0 onwards ONLY. 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 5ab9d07ff7 CF/BF - ensure battery config is checked on connect so the battery
bargraph can be calculated.
2017-05-05 16:00:38 +12:00
Michael Keller a7703a995d CF/BF - delete old unused commented out code. 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 43f1468451 CF/BF - Add VTX to features list. 2017-05-05 16:00:38 +12:00
Hydra 8c03de88c0 CF/BF - Support configuration of iLAP transponder code.
More work is required to support ARCITIMER.
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
Michael Keller 57b9c58a22 Fixed backup / restore, unified file name generation. 2017-05-05 16:00:38 +12:00
keyser84 c09416de51 Replace invalid filesystem characters 2017-05-05 16:00:38 +12:00
mikeller ff6b3e49be Replaced accelerometer graph on motors tab with gyroscope graph. 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
Michael Keller 6fb4a089e5 Merge pull request #491 from bilson/master
Disable "Upload Font" button when uploading.
2017-05-05 15:18:45 +12:00
Rodrigo Pérez 8c2a325340 Disable "Upload Font" button when uploading. 2017-05-04 19:42:24 -03:00
Michael Keller 8a5ed307dd Merge pull request #489 from basdelfos/main_battery_usage_bar
Added OSD configuration for Main Battery Usage progressbar
2017-05-05 09:12:13 +12: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
Michael Keller a1b21178f0 Merge pull request #487 from DanNixon/osd_pitch_roll_angles
Add pitch and roll angles to BFOSD
2017-04-30 22:22:19 +12:00
Dan Nixon 7c4aa831ce Add pitch and roll angles to BFOSD 2017-04-26 13:40:32 +01:00
Michael Keller e64bf8a9db Merge pull request #485 from theseankelly/fix_target_custom
Gating TARGET_CUSTOM SerialRx support on MSP Version
2017-04-24 13:19:50 +12: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
Michael Keller c964cea57f Merge pull request #479 from mikeller/fix_gps_altitude_display
Fixed scaling for GPS altitude value display.
2017-04-21 22:48:43 +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
Michael Keller 94e92d6b62 Merge pull request #475 from toastedcornflakes/horizon-strength-adjustment
Add horizon strength adjustement
2017-03-28 14:41:10 +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
Michael Keller fbb2fc1ecd Merge pull request #471 from mikeller/fix_unsynched_checkbox
Fixed hiding of unsynched checkbox / field.
2017-03-20 00:24:40 +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