Thanks! Yes, that's the one...
You might have luck with:
Serial4.setup(115200, { rx: C11, tx : C10 }); var wifi = require("ESP8266").connect(Serial4); setTimeout(function() { wifi.connect("WiFi_Name","WPA2_Key", function() { }), 10000);
But I'm not sure - and even with that, built in ESP8266 support isn't good right now. The code from the thread will be a lot better.
@Gordon started
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! Yes, that's the one...
You might have luck with:
But I'm not sure - and even with that, built in ESP8266 support isn't good right now. The code from the thread will be a lot better.