mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
Refactored the BinaryCommandHandler to align with the other command handlers, inheriting from CommandHandlerBase. This resolves an AttributeError and simplifies the command structure. Moved binary_commands.py into the commands module. Applied fixes to the BLE connection handler based on feedback, improving reliability on macOS and ensuring the device address is correctly handled. |
||
|---|---|---|
| .. | ||
| commands | ||
| __init__.py | ||
| ble_cx.py | ||
| connection_manager.py | ||
| events.py | ||
| lpp_json_encoder.py | ||
| meshcore.py | ||
| packets.py | ||
| reader.py | ||
| serial_cx.py | ||
| tcp_cx.py | ||