We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ae317 commit f512b7fCopy full SHA for f512b7f
src/js/debug.js
@@ -848,7 +848,6 @@ function update() {
848
addArrayElement(DEBUG.modes, "AUTOPILOT_POSITION");
849
addArrayElement(DEBUG.modes, "CHIRP");
850
addArrayElement(DEBUG.modes, "FLASH_TEST_PRBS");
851
- addArrayElement(DEBUG.modes, "MAVLINK_TELEMETRY");
852
replaceArrayElement(DEBUG.modes, "DUAL_GYRO_RAW", "MULTI_GYRO_RAW");
853
replaceArrayElement(DEBUG.modes, "DUAL_GYRO_DIFF", "MULTI_GYRO_DIFF");
854
replaceArrayElement(DEBUG.modes, "DUAL_GYRO_SCALED", "MULTI_GYRO_SCALED");
0 commit comments