1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 00:35:26 +03:00

Remove debug mode (#3264)

This commit is contained in:
haslinghuis 2023-01-23 01:22:49 +01:00 committed by GitHub
parent 60ee559c04
commit 52c53deb33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -320,7 +320,6 @@ onboard_logging.initialize = function (callback) {
{text: "ATTITUDE"},
{text: "VTX_MSP"},
{text: "GPS_DOP"},
{text: "ANGLEMODE"},
];
for (let i = 0; i < FC.PID_ADVANCED_CONFIG.debugModeCount; i++) {