From d7b18e47b05643ff9a4596f5e013d0b645370b65 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Tue, 26 Aug 2025 13:06:45 +0200 Subject: [PATCH] =?UTF-8?q?h=C3=B6gtalare:=20New=20bluetooth=20mac?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tree/.local/bin/högtalare | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree/.local/bin/högtalare b/tree/.local/bin/högtalare index 9d1d3a0..ffae19e 100755 --- a/tree/.local/bin/högtalare +++ b/tree/.local/bin/högtalare @@ -5,7 +5,7 @@ set -x notify-send "Connecting to Högtalare" bluetoothctl power on -if bluetoothctl connect 04:FE:A1:71:4C:70; then +if bluetoothctl connect E8:26:CF:33:2D:BA; then notify-send "Connected" else notify-send "Failed to connect to Högtalare"