mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 20:50:35 +08:00
commander : preflight checks increase max_mags to 4
This commit is contained in:
committed by
Kabir Mohammed
parent
57aa41df2c
commit
60fe87aac2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user