You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Ok, just do:

    server.close();
    wifi.disconnect();
    setTimeout(function() {
      wifi.connect(..., function() {
       // ...
      });
    }, 200);
    

    That'll actually power cycle the WiFi

About

Avatar for Gordon @Gordon started