Skip to content

Commit f3f6a63

Browse files
committed
fixing copypaste error
1 parent d03c785 commit f3f6a63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meshtastic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def _receiveInfoUpdate(iface, asDict):
197197
"rangetest", onReceive=_onTextReceive
198198
),
199199
portnums_pb2.PortNum.DETECTION_SENSOR_APP: KnownProtocol(
200-
"rangetest", onReceive=_onTextReceive
200+
"detectionsensor", onReceive=_onTextReceive
201201
),
202202

203203
portnums_pb2.PortNum.POSITION_APP: KnownProtocol(

0 commit comments

Comments
 (0)