mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Add RPM debugField (#3489)
Complements https://github.com/betaflight/betaflight/pull/12823
This commit is contained in:
parent
50554c1a80
commit
34ec89a8ce
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ onboard_logging.initialize = function (callback) {
|
|||
{ text: "Debug Log" },
|
||||
{ text: "Motor" },
|
||||
{ text: "GPS" },
|
||||
{ text: "RPM" },
|
||||
];
|
||||
|
||||
let fieldsMask = FC.BLACKBOX.blackboxDisabledMask;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue