Skip to content

Commit 389a096

Browse files
committed
Add SENSOR_AIRFLOW_ANGLES mavlink stream to config mode
1 parent 81b860c commit 389a096

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/mavlink/mavlink_main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,6 +1740,7 @@ Mavlink::configure_streams_to_default(const char *configure_single_stream)
17401740
configure_stream_local("SCALED_IMU3", 25.0f);
17411741
configure_stream_local("SERVO_OUTPUT_RAW_0", 20.0f);
17421742
configure_stream_local("SERVO_OUTPUT_RAW_1", 20.0f);
1743+
configure_stream_local("SENSOR_AIRFLOW_ANGLES", 20.0f);
17431744
configure_stream_local("SYS_STATUS", 1.0f);
17441745
configure_stream_local("SYSTEM_TIME", 1.0f);
17451746
configure_stream_local("UTM_GLOBAL_POSITION", 1.0f);

0 commit comments

Comments
 (0)