diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index 46f7066..7fd0dcb 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -265,7 +265,6 @@ def onConnected(interface): alt = 0 lat = 0.0 lon = 0.0 - # TODO: use getNode(args.dest) to be able to set it for a remote node localConfig = interface.localNode.localConfig if args.setalt: alt = int(args.setalt)