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 81b860c commit 389a096Copy full SHA for 389a096
src/modules/mavlink/mavlink_main.cpp
@@ -1740,6 +1740,7 @@ Mavlink::configure_streams_to_default(const char *configure_single_stream)
1740
configure_stream_local("SCALED_IMU3", 25.0f);
1741
configure_stream_local("SERVO_OUTPUT_RAW_0", 20.0f);
1742
configure_stream_local("SERVO_OUTPUT_RAW_1", 20.0f);
1743
+ configure_stream_local("SENSOR_AIRFLOW_ANGLES", 20.0f);
1744
configure_stream_local("SYS_STATUS", 1.0f);
1745
configure_stream_local("SYSTEM_TIME", 1.0f);
1746
configure_stream_local("UTM_GLOBAL_POSITION", 1.0f);
0 commit comments