diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index d82a9a5..7a5fb5d 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -648,6 +648,9 @@ def onConnected(interface): if args.nodes: closeNow = True + if args.dest != BROADCAST_ADDR: + print("Showing node list of a remote node is not supported.") + return interface.showNodes() if args.qr: