From a47445bde9db964734b3dea8fc580b3fce113f3c Mon Sep 17 00:00:00 2001 From: Iampete1 Date: Tue, 15 Feb 2022 00:35:51 +0000 Subject: [PATCH] RC_Channel: update RC_MIN_LIMIT_PWM from 900 to 800 --- libraries/RC_Channel/RC_Channel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/RC_Channel/RC_Channel.h b/libraries/RC_Channel/RC_Channel.h index 0c2df648aa..bec21d8c18 100644 --- a/libraries/RC_Channel/RC_Channel.h +++ b/libraries/RC_Channel/RC_Channel.h @@ -274,7 +274,7 @@ public: const char *string_for_aux_function(AUX_FUNC function) const; #endif // pwm value under which we consider that Radio value is invalid - static const uint16_t RC_MIN_LIMIT_PWM = 900; + static const uint16_t RC_MIN_LIMIT_PWM = 800; // pwm value above which we consider that Radio value is invalid static const uint16_t RC_MAX_LIMIT_PWM = 2200;