Skip to content

Commit

Permalink
Reduce ulog rate default value to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jnippula committed Jan 30, 2024
1 parent a24893a commit e17c4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/mavlink/mavlink_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ PARAM_DEFINE_INT32(MAV_RADIO_TOUT, 5);
* @min 0.0
* @max 1.0
*/
PARAM_DEFINE_FLOAT(MAV_ULOG_MAX_RT, 0.5f);
PARAM_DEFINE_FLOAT(MAV_ULOG_MAX_RT, 0.2f);

0 comments on commit e17c4cb

Please sign in to comment.