You are reading a single comment by @ert4 and its replies. Click here to read the full conversation.
  • @Gordon I have put in the code, but i'm not getting any a weird message code in console when i type in wifi.connect().
    --------------------------------Console


    | |_ ___ ___ _ ||___ ___
    | |_ -| . | _| | | | | . |
    |
    || || |_|||_|_|

          |_| http://espruino.com
    

    1v83 Copyright 2015 G.Williams

    echo(0);
    =undefined
    wifi.connect()
    =undefined
    Uncaught No 'ready' after AT+RST
    at line 1 col 16
    if (err) throw err;

               ^
    

    in function "a" called from line 1 col 112
    ...a("No 'ready' after AT+RST");else return b

                              ^
    

    in function "b" called from line 1 col 15
    d=void 0;b&&b()

              ^
    

    in function called from system

About

Avatar for ert4 @ert4 started