mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00: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