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 3535 "platforms" : [" espressif8266" , " raspberrypi" ]
3636 }
3737 ],
38- "version" : " 1.0.4 " ,
38+ "version" : " 1.0.5 " ,
3939 "frameworks" : " arduino" ,
4040 "platforms" : [" espressif32" , " raspberrypi" ]
4141}
Original file line number Diff line number Diff line change 11name =NetWizard
2- version =1.0.4
2+ version =1.0.5
33author =Ayush Sharma
44category =Communication
55maintainer =Ayush Sharma <
[email protected] >
Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ void NetWizard::loop() {
337337 // _nw.portal.exit.flag = true;
338338 _nw.portal .state = NetWizardPortalState::SUCCESS;
339339 } 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 ) {
341341 NETWIZARD_DEBUG_MSG (" Error: connection to temporary credentials timeout!\n " );
342342 _nw.portal .sta .ssid = " " ;
343343 _nw.portal .sta .password = " " ;
You can’t perform that action at this time.
0 commit comments