echo(0);
=undefined
Uncaught Error: Field or method "at" does not already exist, and can't create it on undefined
at line 1 col 5
wlan.at.cmd("AT+GMR\r\n",1000,console.log);
Have I got the right firmware ? Is there a special build to support the 8266 ?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Thanks !
Tried this ..
Serial2.setup(9600, { rx: A3, tx : A2 });
wlan.at.cmd("AT+GMR\r\n",1000,console.log);
Got
Have I got the right firmware ? Is there a special build to support the 8266 ?