mirror of
https://github.com/meshtastic/python.git
synced 2026-05-19 05:46:14 -04:00
need to fully qualify imports so projects consuming the library will work
This commit is contained in:
@@ -4,7 +4,7 @@ import logging
|
||||
import pygatt
|
||||
|
||||
|
||||
from .mesh_interface import MeshInterface
|
||||
from meshtastic.mesh_interface import MeshInterface
|
||||
|
||||
# Our standard BLE characteristics
|
||||
TORADIO_UUID = "f75c76d2-129e-4dad-a1dd-7866124401e7"
|
||||
|
||||
Reference in New Issue
Block a user