File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
"platforms" : [" espressif8266" , " raspberrypi" ]
36
36
}
37
37
],
38
- "version" : " 1.0.4 " ,
38
+ "version" : " 1.0.5 " ,
39
39
"frameworks" : " arduino" ,
40
40
"platforms" : [" espressif32" , " raspberrypi" ]
41
41
}
Original file line number Diff line number Diff line change 1
1
name =NetWizard
2
- version =1.0.4
2
+ version =1.0.5
3
3
author =Ayush Sharma
4
4
category =Communication
5
5
maintainer =Ayush Sharma <asrocks5@gmail.com>
Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ void NetWizard::loop() {
337
337
// _nw.portal.exit.flag = true;
338
338
_nw.portal .state = NetWizardPortalState::SUCCESS;
339
339
} else {
340
- if ((unsigned long )(millis () - _nw.portal .connect_millis ) > NETWIZARD_EXIT_TIMEOUT ) {
340
+ if ((unsigned long )(millis () - _nw.portal .connect_millis ) > NETWIZARD_CONNECT_TIMEOUT ) {
341
341
NETWIZARD_DEBUG_MSG (" Error: connection to temporary credentials timeout!\n " );
342
342
_nw.portal .sta .ssid = " " ;
343
343
_nw.portal .sta .password = " " ;
You can’t perform that action at this time.
0 commit comments