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

42 commits

Author SHA1 Message Date
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
a693761bff Add beeper configuration to Configuration tab 2017-07-27 21:02:53 +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
Hydra
bf0fcb5643 CF/BF - improve readability by reformating the structures. 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
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
Michael Keller
a7703a995d CF/BF - delete old unused commented out code. 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
49100d29bd CF/BF - Update configurator for API 1.33.0. 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
Michael Keller
847b7ef12b Cleaned up configuration tab. 2017-01-13 20:47: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
Bas Delfos
591d907016 Added dropdown for current and battery meter selection to configuration tab 2016-12-08 21:05:24 +01:00
mikeller
23d0a8eb5f Added gyro notch 2 filter. 2016-10-12 01:48:03 +13:00
mikeller
d8f19ab185 Fixed 'connectionactive' indicator. 2016-08-16 23:58:31 +12:00
mikeller
d981bc42d5 Added new filters to MSP. 2016-08-14 02:00:10 +12:00
U-DESKTOP-12PPI61\boris.bozic
f239b1bd9c Add tooltips and refactor 2016-08-05 12:39:43 +02:00
nathan
efa10099d2 map all the SPECIAL_PARAMETERS to their new homes, except escDesyncProtection (idk where that one goes... seems to not exist?) 2016-07-30 02:01:13 -07:00
nathan
00e89a1dae call special params or pid advanced depending on the api version 2016-07-30 01:15:46 -07:00
nathan
c138b7f39f add back SPECIAL_PARAMETERS 2016-07-30 01:01:46 -07:00
mikeller
6da7383d61 Changes to MSP to make it work with Betaflight branch 'msp_cleanup'. 2016-07-29 14:54:03 +12:00
mikeller
622a4fb821 Clean up profile loading. 2016-07-27 02:46:13 +12: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
mikeller
6130798490 Made configurator aware of number of profiles supported by firmware. Made backup / restore more robust. 2016-07-18 19:51:55 +12:00
borisbstyle
8438a02781 Merge pull request #113 from KiteAnton/msp_name
Support for MSP_NAME
2016-07-16 11:07:16 +02:00
KiteAnton
aab0035d92 Support for MSP_NAME 2016-07-13 23:32:18 +02:00
gaelj
92ec31f80b CF new LED strip port 2016-06-30 22:12:46 +02:00
U-DESKTOP-12PPI61\boris.bozic
eaaebf86a7 fix fc.js 2016-06-24 23:56:43 +02:00
U-DESKTOP-12PPI61\boris.bozic
3b496324fa Sensor MSP preparation 2016-06-24 23:23:53 +02:00
U-DESKTOP-12PPI61\boris.bozic
c7d89ed710 Refactor and Implement version checking part 1 2016-06-24 12:50:33 +02:00
nathan
0274e27b7c pid tab cleanup, make ADVANCED_TUNING.deltaMethod work 2016-06-24 02:07:12 -07:00
U-DESKTOP-12PPI61\boris.bozic
dca4dc97a1 Added RC rate yaw and prepared filters 2016-06-21 02:24:47 +02:00
U-DESKTOP-12PPI61\boris.bozic
f2fd1e1077 Continue filling PID tuning tab 2016-06-21 02:24:44 +02:00
KiteAnton
c9a5294f43 First step towards adding filter settings in configurator 2016-06-21 02:24:43 +02:00
KiteAnton
8fffd6a186 Added motor/esc protocol settings to configuration tab 2016-06-20 20:26:00 +02:00
Dominic Clifton
1a58bfcf82 Add Race Transponder configuration support.
Also cleans up i18n support for 'features' and adds tooltip support for
them on the configuration tab.
2016-01-22 22:15:53 +01:00
Dominic Clifton
5c2273bd65 Reset all FC configuration state on connect to prevent side effects when
configuring multiple FC's without restarting the configurator each time.
2016-01-08 12:45:58 +01:00