()
| 41 | static accessPoint(dictionary) @ "xs_wifi_accessPoint"; |
| 42 | static close() {throw new Error("use WiFi.disconnect()")} // deprecated |
| 43 | static disconnect() {WiFi.connect();} |
| 44 | |
| 45 | static Mode = Object.freeze({ |
| 46 | // off: -5, // reserved. ESP32-only now. Could be extended to others. |