Browse Source

RC_Channel: update RC_MIN_LIMIT_PWM from 900 to 800

apm_2208
Iampete1 3 years ago committed by Andrew Tridgell
parent
commit
a47445bde9
  1. 2
      libraries/RC_Channel/RC_Channel.h

2
libraries/RC_Channel/RC_Channel.h

@ -274,7 +274,7 @@ public: @@ -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;

Loading…
Cancel
Save