You are reading a single comment by @影之刃 and its replies. Click here to read the full conversation.
  • var wifi = require("Wifi");
    wifi.connect("XXXX", {password:"XXXXXX"}, function(e) {
    if (e) {

    console.log('error during connect:',e);
    wifi.disconnect();
    

    } else {

    console.log('connected to',ssid);
    wifi.stopAP();
    //wifi.save();
    

    }
    });


    1 Attachment

    • 微信图片_20220219204045.png
About

Avatar for 影之刃 @影之刃 started