I've just updated the Espruino WiFi JavaScript files. Assuming you're using firmware 1v95 or later, you'll now have:
wifi.turbo(true, callback)
wifi.ping
wifi.setHostname
wifi.setIP/setAPIP and getAPIP
@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.
I've just updated the Espruino WiFi JavaScript files. Assuming you're using firmware 1v95 or later, you'll now have:
wifi.turbo(true, callback)
will increase the transmission speed with the WiFi module by a factor of 8!wifi.ping
supportwifi.setHostname
for setting the DNS name of wifiwifi.setIP/setAPIP and getAPIP
added for controlling static IPs and DNS