mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
RC_Channel: use AUX_PWM_TRIGGER_LOW and AUX_PWM_TRIGGER_HIGH
This commit is contained in:
parent
a631ca4eac
commit
287645cf68
@ -251,9 +251,9 @@ public:
|
||||
static const uint16_t AUX_SWITCH_PWM_TRIGGER_LOW = 1200;
|
||||
|
||||
// pwm value above which the option will be invoked:
|
||||
static const uint16_t AUX_PWM_TRIGGER_HIGH = 1800;
|
||||
static const uint16_t AUX_PWM_TRIGGER_HIGH = 1700;
|
||||
// pwm value below which the option will be disabled:
|
||||
static const uint16_t AUX_PWM_TRIGGER_LOW = 1200;
|
||||
static const uint16_t AUX_PWM_TRIGGER_LOW = 1300;
|
||||
|
||||
protected:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user