You are reading a single comment by @cwilt and its replies. Click here to read the full conversation.
  • Just loaded up espruino on a nodemcu and trying the sample code...

    var wifi = require("Wifi");
    wifi.connect("my-ssid", {password:"my-pwd"}, function(err){
    console.log("connected? err=", err, "info=", wifi.getIP());
    });
    wifi.stopAP();

    I keep getting Warning: "Wifi" module not found.

    What am I doing wrong?

About

Avatar for cwilt @cwilt started