Skip to content

Commit 81b860c

Browse files
committed
Add SENSOR_AIRFLOW_ANGLES mavlink stream
1 parent 7fcad68 commit 81b860c

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
@@ -1536,6 +1536,7 @@ Mavlink::configure_streams_to_default(const char *configure_single_stream)
15361536
configure_stream_local("RAW_RPM", 2.0f);
15371537
configure_stream_local("RC_CHANNELS", 5.0f);
15381538
configure_stream_local("SERVO_OUTPUT_RAW_0", 1.0f);
1539+
configure_stream_local("SENSOR_AIRFLOW_ANGLES", 10.0f);
15391540
configure_stream_local("SYS_STATUS", 1.0f);
15401541
configure_stream_local("UTM_GLOBAL_POSITION", 0.5f);
15411542
configure_stream_local("VFR_HUD", 4.0f);

0 commit comments

Comments
 (0)