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 7fcad68 commit 81b860cCopy full SHA for 81b860c
src/modules/mavlink/mavlink_main.cpp
@@ -1536,6 +1536,7 @@ Mavlink::configure_streams_to_default(const char *configure_single_stream)
1536
configure_stream_local("RAW_RPM", 2.0f);
1537
configure_stream_local("RC_CHANNELS", 5.0f);
1538
configure_stream_local("SERVO_OUTPUT_RAW_0", 1.0f);
1539
+ configure_stream_local("SENSOR_AIRFLOW_ANGLES", 10.0f);
1540
configure_stream_local("SYS_STATUS", 1.0f);
1541
configure_stream_local("UTM_GLOBAL_POSITION", 0.5f);
1542
configure_stream_local("VFR_HUD", 4.0f);
0 commit comments