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 7bb5479 commit bd14f22Copy full SHA for bd14f22
src/js/debug.js
@@ -783,6 +783,10 @@ const DEBUG = {
783
"debug[4]": "Current Setpoint [yaw]",
784
"debug[5]": "Adjusted Setpoint [yaw]",
785
},
786
+ CHIRP: {
787
+ "debug[all]": "Chirp",
788
+ "debug[0]": "Chirp sinarg",
789
+ },
790
791
792
enableFields: [
@@ -823,6 +827,7 @@ function update() {
823
827
DEBUG.modes.splice(DEBUG.modes.indexOf("GYRO_SCALED"), 1);
824
828
DEBUG.modes.splice(DEBUG.modes.indexOf("RANGEFINDER_QUALITY") + 1, 0, "OPTICALFLOW");
825
829
DEBUG.modes.push("AUTOPILOT_POSITION");
830
+ DEBUG.modes.push("CHIRP");
826
831
delete DEBUG.fieldNames.GPS_RESCUE_THROTTLE_PID;
832
delete DEBUG.fieldNames.GYRO_SCALED;
833
0 commit comments