From 7de17f7c94f69e21c3e6f2de7949a2ca0309f93a Mon Sep 17 00:00:00 2001 From: GUVWAF Date: Sun, 19 Mar 2023 14:42:44 +0100 Subject: [PATCH] Display that '--nodes' is not supported for a remote node --- meshtastic/__main__.py | 3 +++ 1 file changed, 3 insertions(+) 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: