From aa9561f946c5df98cb76efa345391a887ce6768f Mon Sep 17 00:00:00 2001 From: stswangzhiping <59632378+stswangzhiping@users.noreply.github.com> Date: Sun, 29 Mar 2026 08:18:34 +0800 Subject: [PATCH] chore(install): default CLAWD_DISABLE_BT=1 in new env file template --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 8d2ab08..ef55e66 100644 --- a/install.sh +++ b/install.sh @@ -167,8 +167,8 @@ CLAWD_LOG_LEVEL=info CLAWD_LOG_FILE=1 # 自定义服务器地址(留空则读 config.json) # CLAWD_SERVER=wss://claw.cutos.ai/ws -# 不跑 bluetoothctl / BtMonitor(有蓝牙但不想用也可设 1) -# CLAWD_DISABLE_BT=1 +# 关闭 BtMonitor(不执行 bluetoothctl)。需要蓝牙状态灯时请注释掉下一行。 +CLAWD_DISABLE_BT=1 # OpenVFD sysfs 根路径(默认 /sys/class/leds/openvfd) # CLAWD_OPENVFD_PATH=/sys/class/leds/openvfd # 多网口/特殊板型可固定 LAN 灯监控的以太网口(默认由 clawd 自动锁定首次 carrier 口)