Fix dashboard Bluetooth discoverability action

This commit is contained in:
2026-08-01 00:47:04 +02:00
parent 13c9f5d983
commit cb0ac06091
@@ -57,8 +57,6 @@ case "${1:-}" in
discoverable) discoverable)
power_on power_on
"${BLUETOOTHCTL}" discoverable-timeout 180 >/dev/null "${BLUETOOTHCTL}" discoverable-timeout 180 >/dev/null
"${BLUETOOTHCTL}" pairable-timeout 180 >/dev/null
"${BLUETOOTHCTL}" pairable on >/dev/null
"${BLUETOOTHCTL}" discoverable on >/dev/null "${BLUETOOTHCTL}" discoverable on >/dev/null
;; ;;
*) *)