Merge branch 'pr-moveproto' into pr-powermon

This commit is contained in:
Kevin Hester
2024-06-26 10:19:04 -07:00
77 changed files with 1700 additions and 1929 deletions

View File

@@ -18,10 +18,13 @@ from pubsub import pub # type: ignore[import-untyped]
from tabulate import tabulate
import meshtastic.node
from meshtastic import (
from meshtastic.protobuf import (
mesh_pb2,
portnums_pb2,
telemetry_pb2,
)
from meshtastic import (
BROADCAST_ADDR,
BROADCAST_NUM,
LOCAL_ADDR,