Add SENSOR_AIRFLOW_ANGLES mavlink stream

This commit is contained in:
Jaeyoung-Lim
2021-06-24 13:10:09 +02:00
parent 7fcad68c9d
commit 81b860c37e
+1
View File
@@ -1536,6 +1536,7 @@ Mavlink::configure_streams_to_default(const char *configure_single_stream)
configure_stream_local("RAW_RPM", 2.0f);
configure_stream_local("RC_CHANNELS", 5.0f);
configure_stream_local("SERVO_OUTPUT_RAW_0", 1.0f);
configure_stream_local("SENSOR_AIRFLOW_ANGLES", 10.0f);
configure_stream_local("SYS_STATUS", 1.0f);
configure_stream_local("UTM_GLOBAL_POSITION", 0.5f);
configure_stream_local("VFR_HUD", 4.0f);