1
0
Fork 0
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:
Mark Haslinghuis 2023-06-20 22:53:34 +02:00 committed by GitHub
parent 50554c1a80
commit 34ec89a8ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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