You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • adding an at(atString, callback) could be the solution

    Literally just:

    wifi.disconnect = function(callback) { this.at.cmd("AT+CWQAP\r\n",1000,callback­); };
    

    would do it I think.

About

Avatar for Gordon @Gordon started