From 287645cf68747cb76cd6711905e0f62e5c7eac53 Mon Sep 17 00:00:00 2001 From: Pierre Kancir Date: Wed, 3 Feb 2021 18:21:39 +0100 Subject: [PATCH] RC_Channel: use AUX_PWM_TRIGGER_LOW and AUX_PWM_TRIGGER_HIGH --- libraries/RC_Channel/RC_Channel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/RC_Channel/RC_Channel.h b/libraries/RC_Channel/RC_Channel.h index 45ed539995..1e32d91620 100644 --- a/libraries/RC_Channel/RC_Channel.h +++ b/libraries/RC_Channel/RC_Channel.h @@ -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: