Skip to content
Snippets Groups Projects
Commit 0fa79eab authored by Daniel Agar's avatar Daniel Agar Committed by Lorenz Meier
Browse files

add differential_pressure to airspeed logging

parent 90c049d8
No related branches found
No related tags found
No related merge requests found
......@@ -542,6 +542,7 @@ void Logger::add_default_topics()
add_topic("rc_channels");
add_topic("input_rc");
add_topic("airspeed", 50);
add_topic("differential_pressure", 50);
add_topic("distance_sensor", 20);
add_topic("esc_status", 20);
add_topic("estimator_status", 50); //this one is large
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment