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

939 commits

Author SHA1 Message Date
sheaivey
77a8162af2 cleaning up branch. 2017-06-12 23:08:00 -07:00
sheaivey
cce9cfa9f9 Replacing “blink on landing” overlay code for new VTX code 2017-06-10 12:17:00 -07:00
mikeller
eff295292b Added loading of craft name on startup. 2017-05-16 23:48:31 +12:00
Anders G
04e1c9d201 Add missing ')'-characters to make syntax valid 2017-05-09 17:37:25 +02:00
mikeller
b729ffaf68 Fixes for merge from cleanflight. 2017-05-05 16:01:34 +12:00
Hydra
831d087aaa CF/BF - Remove console log regarding MSP_DISPLAYPORT. 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
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
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
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
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
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
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
eab725ea59 Removed 'BLACKBOX' and 'SDCARD' features. 2017-03-27 01:22:39 +13:00
Michael Keller
0926f64f3b Fixed backup / restore, unified file name generation. 2017-03-03 13:35:24 +13:00
keyser84
b8b5ee95fc Change extension to json 2017-03-02 22:33:17 +00:00
keyser84
db46d752d4 Replace invalid filesystem characters 2017-03-02 22:31:39 +00:00
Michael Jakob
e4794221b9 Flashing fix for STM32F722 MCU 2017-02-23 20:28:09 +01:00
borisbstyle
160d574cd9 Merge pull request #446 from mikeller/added_sdcard_feature
Added feature for SDCard.
2017-02-23 09:36:36 +01:00
mikeller
96dd879e7e Fixed setting of serialRx provider. 2017-02-23 18:13:49 +13:00
Michael Keller
d503c79ebb Added feature for SDCard. 2017-02-23 14:37:51 +13:00
mikeller
2187e6d2ae Added setting of FPV cam angle. 2017-02-20 17:10:20 +13:00
Michael Keller
57de73b41e Merge pull request #438 from sebastianha/master
Improve file name for backups
2017-02-16 19:11:03 +13:00
Sebastian Hammerl
9e59de1ab5 Improve file name for backups
- Use ISO date formatting for better sortability
- Added .json as file extension
2017-02-15 22:07:07 +01: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
cs8425
f765fd3e19 add 'self' back 2017-02-10 21:35:51 +08:00
cs8425
6b99981b3b remove doubled up on tcp port validity checks 2017-02-09 14:32:34 +08:00
cs8425
4b6c0ea423 fix tcp connect can't set port 2017-02-08 23:52:31 +08:00
cs8425
e3cb799898 a little better error handle 2017-02-08 16:36:44 +08:00
cs8425
2f505314f5 fixes / improvements some variable / branch 2017-02-08 15:02:09 +08:00
cs8425
a2adfa0457 add support for connect over raw tcp socket 2017-02-07 23:27:47 +08: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
cc58529045 Merge pull request #402 from mikeller/reorder_mixer_list
Reordered mixer list for better useability.
2017-01-29 23:47:43 +13:00