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

48 commits

Author SHA1 Message Date
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
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
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
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
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
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
Bruce Luckcuck
0dd0839b54 Revise handling of msp CRC errors to prevent referencing undefined objects and allow blackbox packets to retry 2017-02-06 21:13:12 -05:00
Bruce Luckcuck
8a286bdeed Revise handling of msp CRC errors to prevent referencing undefined objects and allow blackbox packets to retry 2017-02-06 16:39:55 -05:00
Michael Keller
70a172f9e0 Revert "Blackbox download crc error packet retry - version 2" 2017-02-07 07:59:30 +13:00
Bruce Luckcuck
de2b9993a8 Blackbox CRC error packet retry 2017-02-05 17:40:05 -05:00
Michael Keller
0cab8f9277 Added GUI support for iBUS telemetry. 2017-01-27 09:55:56 +13:00
Raphael Coeffic
8129640153 added serial function for IRC Tramp 2017-01-16 14:33:21 +01:00
Michael Keller
847b7ef12b Cleaned up configuration tab. 2017-01-13 20:47:52 +13:00
mikeller
ca6debd4cf Reordered DShot protocols in ascending order. 2017-01-10 00:15:52 +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
95c3bf272f Removed hack for MSP_SPECIAL_PARAMETERS. 2017-01-04 14:18:23 +13:00
borisbstyle
c4d72b620c Merge pull request #355 from mikeller/add_tbs_smartaudio
Added GUI support for TBS SmartAudio.
2017-01-03 09:40:56 +01:00
mikeller
e1685ea56f Fixed broken current meter fix. 2016-12-25 09:34:43 +13:00
mikeller
96f2dbbf5c Changed current meter scale and offset to signed. 2016-12-24 15:56:08 +13:00
mikeller
1ba4114db9 Configure 'MSP_DISPLAYPORT' messages to be recognised, ignored. 2016-12-12 13:25:33 +13:00
Michael Keller
acb7a84422 Merge pull request #359 from basdelfos/battery_meter_type
Added dropdown for current and battery meter selection to configuration tab
2016-12-12 13:15:11 +13: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
1792ced78f Fixed parsing of MSP replies. 2016-12-09 00:30:55 +13:00
Michael Keller
7d75601ef2 Added GUI support for TBS SmartAudio. 2016-12-01 12:46:11 +13:00
Bas Delfos
35e307d1ba Renamed ESC Telemetry to ESC Sensor 2016-11-24 20:24:32 +01:00
Michael Keller
bcb361cac6 Merge pull request #347 from mikeller/fix_mavlink
Fixed MAVLink setting in the ports tab.
2016-11-23 10:08:10 +13:00
Michael Keller
e0b1393fe2 Merge pull request #345 from mikeller/adjust_current_meter_settings
Adjusted current meter setting ranges to allow for negative offset.
2016-11-23 10:07:35 +13:00
mikeller
fc1558d7d3 Fixed MAVLink setting in the ports tab. 2016-11-21 02:04:12 +13:00
Bas Delfos
8aa40f1a2c Added configuration of KISS ESC Telemetry 2016-11-20 11:14:00 +01:00
mikeller
41b2d60f8e Adjusted current meter setting ranges to allow for negative offset. 2016-11-20 18:55:00 +13:00
mikeller
a2969f8158 Added support for more baudrates to MSP. 2016-10-16 02:39:02 +13:00
mikeller
23d0a8eb5f Added gyro notch 2 filter. 2016-10-12 01:48:03 +13:00
Martin Budden
e712417cc4 Added serialized compression format 2016-09-21 09:03:00 +01:00
Michael Keller
ca772a0896 Implemented support for MSP jumbo frames, switched dataflash reading to be using jumbo frames. 2016-09-15 09:27:39 +12:00
borisbstyle
b1726c2753 Fix airmodeActivateTHreshold 2016-08-21 03:16:23 +02:00
Anton Stålheim
44a0d54ea9 Cleanup crunch(), switch to use .pushX functions 2016-08-18 01:00:07 +02:00
Anton Stålheim
7c9261de8f Added additional MSP helper functions 2016-08-16 22:34:52 +02:00
mikeller
d8f19ab185 Fixed 'connectionactive' indicator. 2016-08-16 23:58:31 +12:00
Anton Stålheim
cf8169fb7c Fix LED_STRIP save bug 2016-08-16 01:15:57 +02:00
borisbstyle
23b321401b Merge pull request #215 from mikeller/added_filters_to_msp
Added new filters to MSP.
2016-08-15 23:29:44 +02:00
KiteAnton
4a0e855a43 MSP fixes 2016-08-13 18:01:47 +02:00
mikeller
d981bc42d5 Added new filters to MSP. 2016-08-14 02:00:10 +12:00
mikeller
838ab954f1 Fixed reference from 'MspHelper' to 'mspHelper'. 2016-08-14 01:15:14 +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