Merge pull request #9 from kyriazis/gk/fix-mac

import BleakClient for mac
This commit is contained in:
fdlamotte 2025-08-28 07:08:01 +02:00 committed by GitHub
commit 36bc91798c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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