From 1031e40a520dbc48587be5196cc8871a6b340053 Mon Sep 17 00:00:00 2001 From: borisbstyle Date: Wed, 27 Apr 2016 22:51:49 +0200 Subject: [PATCH] Change min_check default to something higher // Prevent arming issus on defaults --- src/main/config/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/config/config.c b/src/main/config/config.c index bb91db4d29..116692ee13 100755 --- a/src/main/config/config.c +++ b/src/main/config/config.c @@ -435,7 +435,7 @@ static void resetConf(void) masterConfig.rxConfig.spektrum_sat_bind = 0; masterConfig.rxConfig.spektrum_sat_bind_autoreset = 1; masterConfig.rxConfig.midrc = 1500; - masterConfig.rxConfig.mincheck = 1040; + masterConfig.rxConfig.mincheck = 1080; masterConfig.rxConfig.maxcheck = 1900; masterConfig.rxConfig.rx_min_usec = 885; // any of first 4 channels below this value will trigger rx loss detection masterConfig.rxConfig.rx_max_usec = 2115; // any of first 4 channels above this value will trigger rx loss detection