()
| 322 | } |
| 323 | |
| 324 | connected() { |
| 325 | this.connecting = 0; |
| 326 | this.connectionWasEstablished = 1; |
| 327 | if (this.rtc.valid) { |
| 328 | this.display.showTime(this.currentStyle); |
| 329 | } |
| 330 | else { |
| 331 | this.display.value("yay").blink(); |
| 332 | } |
| 333 | this.fetchTime(); |
| 334 | this.configServer(); |
| 335 | this.doWiFiScan(); |
| 336 | } |
| 337 | |
| 338 | advertiseServer() { |
| 339 | let name = this.prefs.name; |
no test coverage detected