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
parent 6c1c0cf955
commit be49f32b50
2 changed files with 2 additions and 1 deletions

View File

@@ -119,6 +119,7 @@ class ClawClient {
// RJ45 链路轮询OpenVFD play与 WS 无关,进程起来即开始
led.lan.start();
led.display.showTime(); // 启动即显时间vfdservice 未就绪时静默跳过
// 蓝牙状态监控bluetoothctl默认不启用见 btMonitorEnabled()
if (btMonitorEnabled()) {

View File

@@ -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": {