AP_HAL: make all esp32 boards use 16 channels, not 32.

This commit is contained in:
David Buzz 2023-05-02 09:52:16 +10:00 committed by Peter Barker
parent 1b3534e996
commit c68b2bc2be
1 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,9 @@
#define AP_COMPASS_BACKEND_DEFAULT_ENABLED 0
#endif
// we don't need 32, 16 is enough
#define NUM_SERVO_CHANNELS 16
// disble temp cal of gyros by default
#define HAL_INS_TEMPERATURE_CAL_ENABLE 0