Show VFD time on startup

This commit is contained in:
2026-05-25 11:11:00 +08:00
parent a85732aa80
commit 000301355f
2 changed files with 796 additions and 793 deletions

View File

@@ -116,6 +116,9 @@ class ClawClient {
led.status.setApps();
}
// 启动即点亮 VFD不等 WS / 联网流程
led.display.showTime();
this._startSdNotify();
// RJ45 链路轮询OpenVFD play与 WS 无关,进程起来即开始

View File

@@ -1,6 +1,6 @@
{
"name": "clawd",
"version": "1.4.6",
"version": "1.4.7",
"description": "Claw Box daemon - connects local Linux box to claw.cutos.ai via WebSocket",
"main": "lib/client.js",
"bin": {