revert: remove ineffective showTime at startup, back to v1.3.7

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
stswangzhiping
2026-05-08 10:49:15 +08:00
parent be49f32b50
commit 000dc4a46c
2 changed files with 1 additions and 2 deletions

View File

@@ -119,7 +119,6 @@ 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()) {

View File

@@ -1,6 +1,6 @@
{ {
"name": "clawd", "name": "clawd",
"version": "1.3.8", "version": "1.3.7",
"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": {