Skip to content
Snippets Groups Projects
Commit a96840e1 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

AP_AHRS: changed default GPS lag to 1 sample

this is based on detailed logs from a LEA-6H and NEO-7N
parent 870ec8a9
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ const AP_Param::GroupInfo AP_AHRS::var_info[] PROGMEM = {
// @Range: 0 5
// @Increment: 1
// @User: Advanced
AP_GROUPINFO("GPS_DELAY", 12, AP_AHRS, _gps_delay, 2),
AP_GROUPINFO("GPS_DELAY", 12, AP_AHRS, _gps_delay, 1),
AP_GROUPEND
};
......
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