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

Add debug disable field for unfiltered gyro (#3492)

This commit is contained in:
Mark Haslinghuis 2023-07-03 10:51:24 +02:00 committed by GitHub
parent 532a672047
commit 471eed0b74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -366,6 +366,7 @@ onboard_logging.initialize = function (callback) {
{ text: "Motor" },
{ text: "GPS" },
{ text: "RPM" },
{ text: "Unfiltered Gyro"},
];
let fieldsMask = FC.BLACKBOX.blackboxDisabledMask;