Basically because the Wifi is separate on the Espruino WiFi it can take time for it to respond - so pretty much every function has to be async.
It should behave like a Pico + ESP8266, but I changed the API a little to try and bring everything into line a little more (currently every implementation of the network API is slightly different)
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.
Yes, that could be it. Or what's the erroir?
Basically because the Wifi is separate on the Espruino WiFi it can take time for it to respond - so pretty much every function has to be async.
It should behave like a Pico + ESP8266, but I changed the API a little to try and bring everything into line a little more (currently every implementation of the network API is slightly different)