Make sure the access point E2 offers 802.11 b/g/n.
Use Wifi.scan() to list available access points
var wifi = require("Wifi"); wifi.scan((ap)=>print(ap));
[ ] array 空数组
Use Wifi.scan() in ESp32 is OK
in esp8266 is [ ]
@MaBe 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.
Make sure the access point E2 offers 802.11 b/g/n.
Use Wifi.scan() to list available access points