1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Add FF2.0 debug modes (#1577)

Add FF2.0 debug modes
This commit is contained in:
Michael Keller 2019-08-17 20:14:40 +12:00 committed by GitHub
commit b175a0f666
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -322,6 +322,8 @@ TABS.onboard_logging.initialize = function (callback) {
{text: "BARO"},
{text: "GPS_RESCUE_THROTTLE_PID"},
{text: "DYN_IDLE"},
{text: "FF_LIMIT"},
{text: "FF_INTERPOLATED"},
];
for (var i = 0; i < PID_ADVANCED_CONFIG.debugModeCount; i++) {