Skip to content
Snippets Groups Projects
Commit 60fe87aa authored by Mohammed Kabir's avatar Mohammed Kabir Committed by Kabir Mohammed
Browse files

commander : preflight checks increase max_mags to 4

parent 57aa41df
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ const unsigned max_mandatory_accel_count = 1;
const unsigned max_optional_accel_count = 3;
const unsigned max_mandatory_mag_count = 1;
const unsigned max_optional_mag_count = 3;
const unsigned max_optional_mag_count = 4;
const unsigned max_mandatory_baro_count = 1;
const unsigned max_optional_baro_count = 1;
......
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