mirror of
https://github.com/meshtastic/python.git
synced 2026-01-07 07:17:56 -05:00
Display that '--nodes' is not supported for a remote node
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user