From fef0e1b77f632fa4964ac7d3c31c46ccdd80a12f Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Fri, 10 May 2024 20:17:48 -0700 Subject: [PATCH] Remove an unuseful/inaccurate comment --- meshtastic/__main__.py | 1 - 1 file changed, 1 deletion(-) 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)