mirror of
https://github.com/meshtastic/python.git
synced 2026-01-02 04:47:54 -05:00
don't think i needed that
This commit is contained in:
@@ -751,7 +751,7 @@ def onConnected(interface):
|
||||
interface.getNode(args.dest, False, **getNode_kwargs).commitSettingsTransaction()
|
||||
print("Writing modified configuration to device")
|
||||
|
||||
if args.export_config is not None:
|
||||
if args.export_config:
|
||||
if args.dest != BROADCAST_ADDR:
|
||||
print("Exporting configuration of remote nodes is not supported.")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user