fix(led): map LAN to play icon and WiFi status to wifi+eth pair

This commit is contained in:
stswangzhiping
2026-03-28 22:39:26 +08:00
parent ea502fc26a
commit f7c462220e
2 changed files with 11 additions and 12 deletions

View File

@@ -199,7 +199,7 @@ class ProvisionManager extends EventEmitter {
this.emit('network-ready');
}
// 产品 WiFi 灯OpenVFD playAP 全程强制熄灭,避免与其它逻辑竞态导致误亮
// 产品 WiFi 灯OpenVFD wifi+ethAP 全程强制熄灭,避免与其它逻辑竞态导致误亮
if (this._state === 'ap') {
led.off();
} else if (this._state === 'sta') {