From c6bef4e3d6b037c1c2a2097dda6a06fbd56a1a22 Mon Sep 17 00:00:00 2001 From: Mihit Mittal Date: Thu, 17 Apr 2025 02:46:37 +1000 Subject: [PATCH] Added more bluetooth mac addresses My printer bought in australia did not work. After some investigating turns out it is a new mac address --- dymo_bluetooth/bluetooth.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dymo_bluetooth/bluetooth.py b/dymo_bluetooth/bluetooth.py index d4f2a1e..7eed60d 100644 --- a/dymo_bluetooth/bluetooth.py +++ b/dymo_bluetooth/bluetooth.py @@ -49,7 +49,8 @@ def is_espressif(input_mac : str): mac_blocks = [ "58:CF:79", # Confirmed in pull request #2 - "DC:54:75" + "DC:54:75", + "34:85:18" ] check_mac = int(input_mac.replace(":", ""), base = 16) for mac in mac_blocks: