Commit Graph

977 Commits (1ab1fd93ff3eb3c9c94645bea7b455e0d61b08fd)

Author SHA1 Message Date
mikeller 399b435055 Fixed box content refresh in battery tab. 2017-09-06 00:16:01 +12:00
TheIsotopes b490ccec23 undo defaults notch2 values to reflect fc defaults 2017-09-04 14:01:26 +02:00
Michael Keller 8c69143fcf Fixed broken check for to migrate to version 1.3.1 (cleanflight). 2017-09-01 20:19:34 +12:00
Bas Delfos a6ab3d9a3a Switches enable/disable notch filters (configurator side only) 2017-08-29 20:07:02 +02:00
Bas Delfos e0733b77f4 Added switches to turn on/off gyro notch 1/2 and dterm notch filters 2017-08-29 20:02:46 +02:00
mikeller 4639fbea48 Added hardware / firmware information to the status bar. Also fixed receiver tab alignment. 2017-08-22 00:16:57 +12:00
mikeller 8210653c1d Added UI for SPI RX configuration. 2017-08-16 01:20:20 +12:00
TheIsotopes d04e2457f6 Fixed overlays led tab 2017-08-12 13:44:40 +02:00
Martin Budden ec847228d5 Merge pull request #599 from DanNixon/arming_disable_flags_setup_tab
Add arming disable flags to setup tab
2017-08-12 09:41:12 +01:00
borisbstyle e0438d2e8c Merge pull request #566 from basdelfos/copy-profile
Added copy profile to another profile in PID Tuning tab
2017-08-06 21:58:25 +02:00
Dan Nixon be70860172 Add arming disable flags to setup tab 2017-08-06 13:12:28 +01:00
jflyper ce50ee2b73 Merge pull request #598 from jflyper/bfcdev-fix-servo-tab-forward-channel
Fix MSP_SERVO_CONFIGURATIONS and MSP_SET_SERVO_CONFIGURATION handling
2017-08-06 06:16:56 +09:00
jflyper 4734aaa637 Fix MSP_SERVO_CONFIGURATIONS and MSP_SET_SERVO_CONFIGURATION handling for API version >= 1.33.0
Trivial bug.

Should have been caught with simple testing.
2017-08-05 16:38:12 +09:00
Anders Hoglund af30a4e76a Fix full chip erase. 2017-08-02 11:18:58 +02:00
DieHertz 6db0b08048 Disabled compressed size display for uncompressed data 2017-08-01 22:59:33 +03:00
Martin Budden f34d97d6dd Merge pull request #549 from DieHertz/blackbox-download-huffman-decoding
Huffman decoding functionality
2017-08-01 09:19:53 +01:00
Bas Delfos c2f51237c0 Fixed blackbox configuration for BF 3.2 2017-07-31 23:47:50 +02:00
Bas Delfos d9183628b3 Added copy profile to another profile in PID Tuning tab 2017-07-30 12:52:13 +02:00
Bas Delfos 63af808444 Several fixes for compatibility with BF 3.1.x 2017-07-30 11:01:13 +02:00
Bas Delfos 70c69b807d Fix for fix 2017-07-30 11:00:07 +02:00
Bas Delfos f30826877f Fixed reverse motor direction compatibility with 3.1 2017-07-30 11:00:07 +02:00
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
DieHertz af785b3070 Added a flag to notify FC we're ready to handle compressed blackbox data 2017-07-25 23:36:16 +03:00
DieHertz 0bf02e5398 Implemented switchable compression for MSP_DATAFLASH_READ 2017-07-25 01:40:58 +03: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
DieHertz ac0049db19 Extracted the Huffman tree used by default into a separate file 2017-07-16 10:33:11 +03:00
DieHertz fb52e3a66d Transferred huffmanDecodeBuf from inav#1253 2017-07-16 00:48:48 +03: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