need to fully qualify imports so projects consuming the library will work

This commit is contained in:
Mike Kinney
2022-01-05 11:16:08 -08:00
parent c049d3424a
commit 5c662822b9
11 changed files with 27 additions and 25 deletions

View File

@@ -7,8 +7,8 @@ import traceback
import serial
from .mesh_interface import MeshInterface
from .util import stripnl
from meshtastic.mesh_interface import MeshInterface
from meshtastic.util import stripnl
START1 = 0x94