you can't just paste all that text in there. you just need the the javascript commands not the return values. type in the left black panel;
var wifi = require("Wifi");
then wait to get the return message which will be function(){[native code]};
then type wifi.getStatus(); and see what you get
@Ruprect99 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.
you can't just paste all that text in there.
you just need the the javascript commands not the return values.
type in the left black panel;
var wifi = require("Wifi");
then wait to get the return message which will be function(){[native code]};
then type wifi.getStatus();
and see what you get