Show VFD time on startup
This commit is contained in:
@@ -116,6 +116,9 @@ class ClawClient {
|
||||
led.status.setApps();
|
||||
}
|
||||
|
||||
// 启动即点亮 VFD,不等 WS / 联网流程
|
||||
led.display.showTime();
|
||||
|
||||
this._startSdNotify();
|
||||
|
||||
// RJ45 链路轮询(OpenVFD play),与 WS 无关,进程起来即开始
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user