mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Remove debug mode (#3264)
This commit is contained in:
parent
60ee559c04
commit
52c53deb33
1 changed files with 0 additions and 1 deletions
|
@ -320,7 +320,6 @@ onboard_logging.initialize = function (callback) {
|
||||||
{text: "ATTITUDE"},
|
{text: "ATTITUDE"},
|
||||||
{text: "VTX_MSP"},
|
{text: "VTX_MSP"},
|
||||||
{text: "GPS_DOP"},
|
{text: "GPS_DOP"},
|
||||||
{text: "ANGLEMODE"},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
for (let i = 0; i < FC.PID_ADVANCED_CONFIG.debugModeCount; i++) {
|
for (let i = 0; i < FC.PID_ADVANCED_CONFIG.debugModeCount; i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue