commander : preflight checks increase max_mags to 4

This commit is contained in:
Mohammed Kabir
2017-04-24 11:03:30 +02:00
committed by Kabir Mohammed
parent 57aa41df2c
commit 60fe87aac2

View File

@@ -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;