()
| 662 | this.advertiseServer(); |
| 663 | } |
| 664 | unconfigServer() { |
| 665 | this.uiServer?.close(); |
| 666 | delete this.uiServer; |
| 667 | |
| 668 | this.mdns?.close(); |
| 669 | delete this.mdns; |
| 670 | } |
| 671 | |
| 672 | configAP(ssid, password) { |
| 673 | trace(`Configure access point ${ssid}\n`); |