mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 01:35:35 +03:00
Drop PCA9685 support
This commit is contained in:
parent
c3b79eb53c
commit
d35a8b1c76
47 changed files with 8 additions and 335 deletions
|
@ -217,12 +217,6 @@ void validateAndFixConfig(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifndef USE_PWM_SERVO_DRIVER
|
||||
if (servoConfig()->servo_protocol == SERVO_TYPE_SERVO_DRIVER) {
|
||||
servoConfigMutable()->servo_protocol = SERVO_TYPE_PWM;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef USE_SERVO_SBUS
|
||||
if (servoConfig()->servo_protocol == SERVO_TYPE_SBUS || servoConfig()->servo_protocol == SERVO_TYPE_SBUS_PWM) {
|
||||
servoConfigMutable()->servo_protocol = SERVO_TYPE_PWM;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue