mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: make all esp32 boards use 16 channels, not 32.
This commit is contained in:
parent
1b3534e996
commit
c68b2bc2be
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue