(label, val)
| 1913 | _wifiState.btSelected = (_wifiState.btSelected === mac) ? null : mac; |
| 1914 | _wifiFsRenderSide(); |
| 1915 | _wifiBtRender(); |
| 1916 | if (_wifiState.data) _wifiDrawSpectrum(); |
| 1917 | } |
| 1918 | |
| 1919 | // ---- Zigbee / 802.15.4 overlay (via an on-demand Huginn sniff) ------------- |
| 1920 | // The Zigbee toggle stays greyed until a HuginnESP companion is on USB. |