Thanks for that. I thought it was a big ask.
It's not exactly as I had hoped, but the good news is your board looks fine. Next step is to get yourself on a network.
Something like this, but checkout the documentation for all the detail
wifi.connect(ssid, {password:pw}, function(err){ if (!err) {console.log("Connected");} });
@Ollie 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 for that. I thought it was a big ask.
It's not exactly as I had hoped, but the good news is your board looks fine. Next step is to get yourself on a network.
Something like this, but checkout the documentation for all the detail