fixing copypaste error

This commit is contained in:
Ian McEwen
2024-03-25 22:36:33 -07:00
parent d03c78518d
commit f3f6a6327d

View File

@@ -197,7 +197,7 @@ protocols = {
"rangetest", onReceive=_onTextReceive
),
portnums_pb2.PortNum.DETECTION_SENSOR_APP: KnownProtocol(
"rangetest", onReceive=_onTextReceive
"detectionsensor", onReceive=_onTextReceive
),
portnums_pb2.PortNum.POSITION_APP: KnownProtocol(