Bas Delfos
c35b07cf40
Reverted back depricated MSP commands
2017-07-29 21:57:49 +02:00
borisbstyle
214496b9f1
Merge pull request #563 from basdelfos/beeper-config
...
Add beeper configuration to Configuration tab
2017-07-28 23:36:53 +02:00
Bas Delfos
b158ac6f69
Added switch to reverse motor direction
2017-07-27 22:54:35 +02:00
Bas Delfos
1d3d609cb2
Changes MSP command numbers to be consistent with other MSP commands
2017-07-27 21:09:43 +02:00
Bas Delfos
a693761bff
Add beeper configuration to Configuration tab
2017-07-27 21:02:53 +02:00
borisbstyle
fc371852b2
Merge pull request #545 from basdelfos/bfc_change_dterm_filter
...
Added new features and settings for BF 3.2
2017-07-27 09:37:34 +02:00
azol
808b42b41b
Add runcam split support, the user can setup runcam split control with mixer in remote control
...
1. Remove the RunCam split tab
2. Remove the apiVersion check for runcam split control
1. Remove four "rcsplit" msp message codes that are no longer needed
2. Add the name-covert logic for runcam split. When users choose the runcam split as a peripheral, in the Modes tab, the boxes:CAMERA1, CAMERA2, CAMERA3 will rename to CAMERA WI-FI, CAMERA POWER, CAMERA CHANGE MODE.
fix the wrong comments in adjustRunCamSplitBoxNameWithModeID()
remove the codes and resources that are no longer needed.
cleanup up the codes.
Cleanup
Cleanup
Fix the box name error(POWERE - > POWER)
remove the variables for runcam split that no longer needed.
Add runcam split support, the user can setup runcam split control with mixer in remote control
1. Remove the RunCam split tab
2. Remove the apiVersion check for runcam split control
1. Remove four "rcsplit" msp message codes that are no longer needed
2. Add the name-covert logic for runcam split. When users choose the runcam split as a peripheral, in the Modes tab, the boxes:CAMERA1, CAMERA2, CAMERA3 will rename to CAMERA WI-FI, CAMERA POWER, CAMERA CHANGE MODE.
fix the wrong comments in adjustRunCamSplitBoxNameWithModeID()
remove the codes and resources that are no longer needed.
cleanup up the codes.
Cleanup
Cleanup
Fix the box name error(POWERE - > POWER)
remove the variables for runcam split that no longer needed.
add apiVersion check for runcam split support(show runcam split peripheral option in Ports tab)
Use 1.3.7 of apiVersion to check whether the runcam split supported
2017-07-19 12:09:45 +03:00
Bas Delfos
30ff5a6af9
Changes according review comments
2017-07-18 22:18:29 +02:00
Bas Delfos
3ee2884d62
Finishing Power & Battery tab
2017-07-15 08:26:15 +02:00
Bas Delfos
830155a473
Added switches to enable/disable anti-gravity and dynamic filter to Configuration tab
...
Added inputs for changing anti-gravity settings to PID Tuning tab
2017-07-12 13:52:59 +02:00
Bas Delfos
bc86e8bc18
Added selection of dterm lowpass filter type
2017-07-12 11:36:25 +02:00
jflyper
8efbd9bc92
Rely on apiVersion for gyro bit detection
2017-06-30 22:28:55 +09:00
jflyper
2c4a97aee2
Handle extended sensor bits in MSP_STATU_EX
...
Per betaflight/#3391
In detected sensor field (16-bits), lower 5-bits (bits 0-4) represents
traditional sensors (ACC, BARO, MAG, GPS and SONAR).
Bit 5 is an extension bit, and if present, bit 6 indicates gyro
detection status.
2017-06-30 15:19:33 +09:00
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