From be49f32b5045081c338065ca75584082a5b59f03 Mon Sep 17 00:00:00 2001 From: stswangzhiping <59632378+stswangzhiping@users.noreply.github.com> Date: Fri, 8 May 2026 08:50:53 +0800 Subject: [PATCH] feat: show time on VFD immediately at startup (v1.3.8) Co-authored-by: Cursor --- lib/client.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/client.js b/lib/client.js index 36f9748..ae7c1ab 100644 --- a/lib/client.js +++ b/lib/client.js @@ -119,6 +119,7 @@ class ClawClient { // RJ45 链路轮询(OpenVFD play),与 WS 无关,进程起来即开始 led.lan.start(); + led.display.showTime(); // 启动即显时间,vfdservice 未就绪时静默跳过 // 蓝牙状态监控(bluetoothctl);默认不启用,见 btMonitorEnabled() if (btMonitorEnabled()) { diff --git a/package.json b/package.json index 02c4fce..00b937a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clawd", - "version": "1.3.7", + "version": "1.3.8", "description": "Claw Box daemon - connects local Linux box to claw.cutos.ai via WebSocket", "main": "lib/client.js", "bin": {