mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 15:25:22 +03:00
Add FF2.0 debug modes
This commit is contained in:
parent
e513c279a4
commit
3f54c6cf42
1 changed files with 2 additions and 0 deletions
|
@ -322,6 +322,8 @@ TABS.onboard_logging.initialize = function (callback) {
|
||||||
{text: "BARO"},
|
{text: "BARO"},
|
||||||
{text: "GPS_RESCUE_THROTTLE_PID"},
|
{text: "GPS_RESCUE_THROTTLE_PID"},
|
||||||
{text: "DYN_IDLE"},
|
{text: "DYN_IDLE"},
|
||||||
|
{text: "FF_LIMIT"},
|
||||||
|
{text: "FF_INTERPOLATED"},
|
||||||
];
|
];
|
||||||
|
|
||||||
for (var i = 0; i < PID_ADVANCED_CONFIG.debugModeCount; i++) {
|
for (var i = 0; i < PID_ADVANCED_CONFIG.debugModeCount; i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue