-->
Page 1 of 2

Wi-Fi Reconnect

PostPosted: Sun May 14, 2017 4:34 am
by dominos96
I want to make my ESP try to connect to wi-fi network when it's available, because it's problematic to restart every ESP when after power failture or restart a router.

Re: Wi-Fi Reconnect

PostPosted: Sun May 14, 2017 8:43 am
by Mmiscool
You could have a timer with a sheet or other method to check if it's connected. Then you could use the WIFI.CONNECT() function to reconnect the device

Re: Wi-Fi Reconnect

PostPosted: Sun May 14, 2017 9:38 am
by Mmiscool
You could have a timer with a sheet or other method to check if it's connected. Then you could use the WIFI.CONNECT() function to reconnect the device

Re: Wi-Fi Reconnect

PostPosted: Sun May 28, 2017 2:28 pm
by dominos96
Can you post example for connection checking? I try to make this with ping command but it's not working