fix import-related errors

This commit is contained in:
Ian McEwen
2024-12-20 14:45:54 -07:00
parent 01ffd83d64
commit d66b8fa9dd
3 changed files with 7 additions and 4 deletions

View File

@@ -29,6 +29,9 @@ except ImportError as e:
have_test = False
import meshtastic.util
import meshtastic.serial_interface
import meshtastic.tcp_interface
from meshtastic import BROADCAST_ADDR, mt_config, remote_hardware
from meshtastic.ble_interface import BLEInterface
from meshtastic.mesh_interface import MeshInterface