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 de4914c commit 51ae317Copy full SHA for 51ae317
src/js/debug.js
@@ -848,7 +848,7 @@ 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");
+ 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