From d21f7811fa3f7ea0b086a385330e14c307904582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Fri, 17 Jun 2022 12:37:50 +0200 Subject: [PATCH] where did that came from? --- meshtastic/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index 5c41d95..e303af3 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -247,7 +247,6 @@ def onConnected(interface): # If --pos-fields invoked without args, read and display current value closeNow = True prefs = interface.getNode(args.dest).localConfig - ces fieldNames = [] for bit in config_pb2.PositionFlags.values():