Is require("EspruinoWifi").getIP() implemented? I can see the method in the module but it errors for me. Also wifi.scan() seems not to return anything. I know the Espruino Wifi is very new, so just wondered what to expect in terms of this module at the moment?
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.
Is
require("EspruinoWifi").getIP()
implemented? I can see the method in the module but it errors for me. Alsowifi.scan()
seems not to return anything. I know the Espruino Wifi is very new, so just wondered what to expect in terms of this module at the moment?