File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -166,9 +166,9 @@ uint8_t AESiv[AES_IV_BYTES] = {0}; //Set during hop table generation
166166#include < JC_Button.h> // http://librarymanager/All#JC_Button //v2.1.2
167167Button *trainBtn = NULL ; // We can't instantiate the button here because we don't yet know what pin number to use
168168
169- const int trainButtonClientTime = 4 * 1000 ; // ms press and hold before entering client training
170- const int trainButtonServerTime = 8 * 1000 ; // ms press and hold before entering server training
171- const int trainButtonFactoryResetTime = 16 * 1000 ; // ms press and hold before reset
169+ const int trainButtonClientTime = 3 * 1000 ; // ms press and hold before entering client training
170+ const int trainButtonServerTime = 6 * 1000 ; // ms press and hold before entering server training
171+ const int trainButtonFactoryResetTime = 10 * 1000 ; // ms press and hold before reset
172172
173173bool inTraining; // True if training is in process
174174// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
You can’t perform that action at this time.
0 commit comments