Hello
While testing the download of NTP time through the ESP8266 module, I noticed that in the absence of Internet, when trying to connect, the program will stop ( this is how I have constructed the reception program - the program "turns" in the loop To .... Loop until ).
At first, I was thinking to create a second condition triggered by a Timer flag, but maybe it would be possible e.g. by connecting to a known website ( e.g. google.pl - 216.58.209.32 ).
That is to say:
"listen" for the text "Linked", admittedly if there is no internet the program will also hang and an additional condition is needed.
Maybe one of the Colleagues has coped differently and could give guidance ?
While testing the download of NTP time through the ESP8266 module, I noticed that in the absence of Internet, when trying to connect, the program will stop ( this is how I have constructed the reception program - the program "turns" in the loop To .... Loop until ).
At first, I was thinking to create a second condition triggered by a Timer flag, but maybe it would be possible e.g. by connecting to a known website ( e.g. google.pl - 216.58.209.32 ).
That is to say:
Code: Text
"listen" for the text "Linked", admittedly if there is no internet the program will also hang and an additional condition is needed.
Maybe one of the Colleagues has coped differently and could give guidance ?