Hi, I'm using the latest 205 firmware on a puckjs and want to connect to wifi. On the IDE if I type even on the left panel I get this...
>var wifi = require("Wifi"); Uncaught Error: Module Wifi not found at line 1 col 26 var wifi = require("Wifi"); ^
Any idea why it can't fins the module?? I know the IDE is communicating with the puck because I can get it to turn the LED on or off
@user112604 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.
Hi,
I'm using the latest 205 firmware on a puckjs and want to connect to wifi. On the IDE if I type even on the left panel I get this...
Any idea why it can't fins the module??
I know the IDE is communicating with the puck because I can get it to turn the LED on or off