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

23 commits

Author SHA1 Message Date
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
19f320e2f6 CF/BF - fix blackbox logging to use the right device numbers. 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
5753602657 Hide logging rate selection when logging is disabled. 2017-03-28 01:14:19 +13: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
mikeller
70f300d9eb Use craft name (if set) in the proposed blackbox log file name. 2017-01-16 01:39:53 +13:00
mikeller
d2906e3c9e Added version gate. 2017-01-04 01:23:26 +13:00
Michael Keller
5327f7afd7 Increased dataflash download block size to 4096 for VCP targets. 2017-01-04 01:22:36 +13:00
mikeller
4e8e8890ab Added '.BFL' extension to log file name suggestions. Also changed to upper case for consistency with SD Card logs. 2016-10-16 16:42:37 +13:00
mikeller
e3271df250 Fixed dataflash download for VCP boards by setting block size to 512. 2016-09-25 13:15:43 +13: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
TheAngularity
c694d4c035 save button broken again ... fixed typo 2016-08-14 10:48:16 +02: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
KiteAnton
cbba3a3a54 Fix save issue for blackbox tab 2016-08-09 21:02:34 +02:00
KiteAnton
2ffefb065f Some cleanup of MSP code 2016-08-06 15:59:43 +02:00
KiteAnton
2295f66bc5 Fix for possible issue if loggingRate == Infinity, due to missing configuration 2016-08-04 02:12:50 +02:00
KiteAnton
24e06f56f0 Modified blackbox rate selection 2016-08-02 22:26:50 +02: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
nathan
cbb7122336 disable stats 2016-06-15 22:25:11 -07:00
Nicholas Sherlock
4e12db9c5e Convert dataflash tab to a new Blackbox tab with SD card support 2015-12-04 15:49:51 +13:00