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

166 commits

Author SHA1 Message Date
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
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
49100d29bd CF/BF - Update configurator for API 1.33.0. 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
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
Anders Hoglund
c359ae007b Clarify Spektrum SRXL menu entry. 2017-04-16 18:02:51 +02: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
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
mikeller
96dd879e7e Fixed setting of serialRx provider. 2017-02-23 18:13:49 +13:00
mikeller
2187e6d2ae Added setting of FPV cam angle. 2017-02-20 17:10:20 +13:00
mikeller
f31a64317a Added auto-hiding for settings in configuration tab if the corresponding feature isn't enabled. 2017-02-12 00:35:59 +13:00
mikeller
79756f29c9 Hide DShot1200 in GUI. 2017-01-30 00:46:26 +13:00
Michael Keller
cc58529045 Merge pull request #402 from mikeller/reorder_mixer_list
Reordered mixer list for better useability.
2017-01-29 23:47:43 +13:00
borisbstyle
8c4781979e Merge pull request #406 from mikeller/fix_rx_display_if_none_enabled
Fixed display of RX type selection if no RX type is selected.
2017-01-27 19:35:17 +01:00
Michael Keller
c01e8f5824 Adjusted input range for 'gyro_sync_denom'. 2017-01-27 10:37:51 +13:00
mikeller
d2ac603816 Fixed display of RX type selection if no RX type is selected. 2017-01-25 02:07:42 +13:00
mikeller
63254dc8c4 Reordered mixer list for better useability. 2017-01-22 18:08:58 +13:00
U-DESKTOP-12PPI61\boris.bozic
07480419c7 Remove Idle Percent 2017-01-18 21:20:32 +01:00
mikeller
bd722ec210 Added Spektrum SRXL serial RX protocol. 2017-01-18 01:30:06 +13:00
Michael Keller
847b7ef12b Cleaned up configuration tab. 2017-01-13 20:47:52 +13:00
U-DESKTOP-12PPI61\boris.bozic
10c57eb3ff Merge branch 'master' of https://github.com/betaflight/betaflight-configurator 2017-01-10 00:54:06 +01:00
U-DESKTOP-12PPI61\boris.bozic
cf37266a82 Remove DSHOT900 2017-01-10 00:53:21 +01:00
U-DESKTOP-12PPI61\boris.bozic
a168501e3a Add dshot900/1200 // Hide unsynced pwm for dshot 2017-01-09 23:41:45 +01:00
mikeller
ca6debd4cf Reordered DShot protocols in ascending order. 2017-01-10 00:15:52 +13:00
Michael Keller
3e1818c27d Fixed acc hardware switch. 2017-01-09 10:57:14 +13:00
U-DESKTOP-12PPI61\boris.bozic
f995c3fa49 Initial implementation of new MSP commands (quick and dirty)
Added throttle idle percent value.

Added 'gyroUse32kHz'.
2017-01-08 23:28:06 +13:00
mikeller
448b4ff093 Fixed voltage / current meter configuration for firmware versions < 3.1. 2017-01-04 10:54:28 +13:00
Bas Delfos
681c8adac1 Enable/disable controls for battery and current configuration based on GUI selections 2016-12-08 23:02:06 +01:00
Bas Delfos
ad6ca8e135 Fixed review comments 2016-12-08 21:05:24 +01:00
Bas Delfos
591d907016 Added dropdown for current and battery meter selection to configuration tab 2016-12-08 21:05:24 +01:00
mikeller
88ec00b4c8 Added support for CRSF serial Rx / telemetry. 2016-11-29 22:44:15 +13:00
borisbstyle
1a85230d20 Merge pull request #321 from mikeller/improve_rx_settings
Trimmed down RX settings display to save some space on the configuration tab.
2016-10-25 13:31:57 +02:00
U-DESKTOP-12PPI61\boris.bozic
2d0869a8c7 Add DSHOT300 to the list 2016-10-25 01:14:28 +02:00
mikeller
d05ded8d0e Trimmed down RX settings display to save some space on the configuration
tab.
2016-10-20 13:57:29 +13:00
U-DESKTOP-12PPI61\boris.bozic
037f26259b Add DSHOT600 and DSHOT150 2016-10-13 00:48:38 +02:00
U-DESKTOP-12PPI61\boris.bozic
30857b7490 Remove unnecessary fw check 2016-10-10 23:51:58 +02:00
U-DESKTOP-12PPI61\boris.bozic
27714fc447 Add DSHOT option 2016-10-10 23:41:22 +02:00
mikeller
2deb792312 Added 3D deadband throttle. Also, did some code cleanup. 2016-09-02 00:56:50 +12:00
KiteAnton
96115be10e Separation of MSP code into protocol and config parts, will ease further development and readability 2016-08-11 22:20:23 +02:00
KiteAnton
2ffefb065f Some cleanup of MSP code 2016-08-06 15:59:43 +02:00
mikeller
6da7383d61 Changes to MSP to make it work with Betaflight branch 'msp_cleanup'. 2016-07-29 14:54:03 +12:00
Michael Keller
b24ff4dfad Fix for failsafe feature. 2016-07-27 13:14:00 +12:00
mikeller
9594cbded5 Centralised feature handler in BF_CONFIG. Switched all access to features to use the handler. 2016-07-24 23:30:51 +12:00
mikeller
7e7361dafd Hide tabs for features that are disabled. 2016-07-24 23:13:39 +12:00
mikeller
40042b2ffd Moved 'VBat PID Compensation' into PID tab. 2016-07-22 23:56:17 +12:00
KiteAnton
e135d85d5d Fix for some misses and rename of text 2016-07-14 00:30:29 +02:00