We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03c785 commit f3f6a63Copy full SHA for f3f6a63
1 file changed
meshtastic/__init__.py
@@ -197,7 +197,7 @@ def _receiveInfoUpdate(iface, asDict):
197
"rangetest", onReceive=_onTextReceive
198
),
199
portnums_pb2.PortNum.DETECTION_SENSOR_APP: KnownProtocol(
200
- "rangetest", onReceive=_onTextReceive
+ "detectionsensor", onReceive=_onTextReceive
201
202
203
portnums_pb2.PortNum.POSITION_APP: KnownProtocol(
0 commit comments