From 2f58b5dfe73c4d8f6cf873721cd22e90d0c037bb Mon Sep 17 00:00:00 2001 From: George Kyriazis Date: Wed, 27 Aug 2025 23:07:31 -0500 Subject: [PATCH] import BleakClient for mac --- src/meshcore_cli/meshcore_cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meshcore_cli/meshcore_cli.py b/src/meshcore_cli/meshcore_cli.py index 853221a..f511655 100644 --- a/src/meshcore_cli/meshcore_cli.py +++ b/src/meshcore_cli/meshcore_cli.py @@ -19,6 +19,7 @@ from prompt_toolkit.history import FileHistory from prompt_toolkit.formatted_text import ANSI from prompt_toolkit.key_binding import KeyBindings from prompt_toolkit.shortcuts import radiolist_dialog +from bleak import BleakClient from meshcore import MeshCore, EventType, logger