We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1891b commit af4947dCopy full SHA for af4947d
meshtastic/__main__.py
@@ -9,9 +9,6 @@
9
from types import ModuleType
10
11
import argparse
12
-import logging
13
-
14
-logger = logging.getLogger(__name__)
15
16
argcomplete: Union[None, ModuleType] = None
17
try:
@@ -66,6 +63,8 @@
66
63
from meshtastic.protobuf import channel_pb2, config_pb2, portnums_pb2
67
64
from meshtastic.version import get_active_version
68
65
+logger = logging.getLogger(__name__)
+
69
def onReceive(packet, interface) -> None:
70
"""Callback invoked when a packet arrives"""
71
args = mt_config.args
0 commit comments