feat: show time on VFD immediately at startup (v1.3.8)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
stswangzhiping
2026-05-08 08:50:53 +08:00
co-authored by Cursor
parent 6c1c0cf955
commit be49f32b50
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -119,6 +119,7 @@ class ClawClient {
// RJ45 链路轮询(OpenVFD play),与 WS 无关,进程起来即开始 // RJ45 链路轮询(OpenVFD play),与 WS 无关,进程起来即开始
led.lan.start(); led.lan.start();
led.display.showTime(); // 启动即显时间,vfdservice 未就绪时静默跳过
// 蓝牙状态监控(bluetoothctl);默认不启用,见 btMonitorEnabled() // 蓝牙状态监控(bluetoothctl);默认不启用,见 btMonitorEnabled()
if (btMonitorEnabled()) { if (btMonitorEnabled()) {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "clawd", "name": "clawd",
"version": "1.3.7", "version": "1.3.8",
"description": "Claw Box daemon - connects local Linux box to claw.cutos.ai via WebSocket", "description": "Claw Box daemon - connects local Linux box to claw.cutos.ai via WebSocket",
"main": "lib/client.js", "main": "lib/client.js",
"bin": { "bin": {