Skip to content

Commit 51ae317

Browse files
demvladhaslinghuis
andauthored
The name of mavlink debug mode is changed
Co-authored-by: Mark Haslinghuis <[email protected]>
1 parent de4914c commit 51ae317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ function update() {
848848
addArrayElement(DEBUG.modes, "AUTOPILOT_POSITION");
849849
addArrayElement(DEBUG.modes, "CHIRP");
850850
addArrayElement(DEBUG.modes, "FLASH_TEST_PRBS");
851-
addArrayElement(DEBUG.modes, "MAVLINK");
851+
addArrayElement(DEBUG.modes, "MAVLINK_TELEMETRY");
852852
replaceArrayElement(DEBUG.modes, "DUAL_GYRO_RAW", "MULTI_GYRO_RAW");
853853
replaceArrayElement(DEBUG.modes, "DUAL_GYRO_DIFF", "MULTI_GYRO_DIFF");
854854
replaceArrayElement(DEBUG.modes, "DUAL_GYRO_SCALED", "MULTI_GYRO_SCALED");

0 commit comments

Comments
 (0)