We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0b253 commit 15ce496Copy full SHA for 15ce496
1 file changed
meshtastic/__main__.py
@@ -97,7 +97,6 @@ def onReceive(packet, interface) -> None:
97
interface.sendText(reply,channelIndex=rxChannel)
98
else:
99
print(f"Ignored message on channel {rxChannel} (waiting for channel {targetChannel})")
100
-
101
102
except Exception as ex:
103
print(f"Warning: Error processing received packet: {ex}.")
0 commit comments