From f3f6a6327db54eb8e5634a54ca7b0ce2f900cdc6 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Mon, 25 Mar 2024 22:36:33 -0700 Subject: [PATCH] fixing copypaste error --- meshtastic/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/__init__.py b/meshtastic/__init__.py index 0cdca2f..f74e84a 100644 --- a/meshtastic/__init__.py +++ b/meshtastic/__init__.py @@ -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(