• Hi,

    The following function is not printing Wifi disconnected! when wifi connection is dropped (I am manually turning off the AP on my cell phone):

    Wifi.on('disconnected', function(details){
      console.log("Wifi disconnected!", details);
      return sleep(2000, function(){
        return connectToWifi();
      });
    });
    

    What is wrong here?

About

Avatar for ceremcem @ceremcem started