If you now use a 'cutting edge' build for Espruino WiFi from http://www.espruino.com/binaries/travis/master/ it now has the EspruinoWiFi module built in.
It's also accessible via require("Wifi") so it'll be more compatible with the WiFi library in the reference
require("Wifi")
Should that be Wifi rather than WiFi ?
Wifi
WiFi
@Wilberforce 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.
If you now use a 'cutting edge' build for Espruino WiFi from http://www.espruino.com/binaries/travis/master/ it now has the EspruinoWiFi module built in.
It's also accessible via
require("Wifi")
so it'll be more compatible with the WiFi library in the reference