fix(client): start LAN carrier polling (led.lan was never started)

This commit is contained in:
stswangzhiping
2026-03-28 22:53:11 +08:00
parent f7c462220e
commit 2ec02d71bb

View File

@@ -91,6 +91,9 @@ class ClawClient {
this._startSdNotify(); this._startSdNotify();
// RJ45 链路轮询OpenVFD play与 WS 无关,进程起来即开始
led.lan.start();
// 启动蓝牙状态监控(独立于网络,立即开始) // 启动蓝牙状态监控(独立于网络,立即开始)
this._btMonitor = new BtMonitor(); this._btMonitor = new BtMonitor();
this._btMonitor.start(); this._btMonitor.start();