diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index 8f190cb..bfd0ba6 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -602,6 +602,9 @@ def onConnected(interface): print("Writing modified configuration to device") if args.export_config: + if args.dest != BROADCAST_ADDR: + print("Exporting configuration of remote nodes is not supported.") + return # export the configuration (the opposite of '--configure') closeNow = True export_config(interface)