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:
parent
532a672047
commit
471eed0b74
1 changed files with 1 additions and 0 deletions
|
@ -366,6 +366,7 @@ onboard_logging.initialize = function (callback) {
|
|||
{ text: "Motor" },
|
||||
{ text: "GPS" },
|
||||
{ text: "RPM" },
|
||||
{ text: "Unfiltered Gyro"},
|
||||
];
|
||||
|
||||
let fieldsMask = FC.BLACKBOX.blackboxDisabledMask;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue