Skip to content

Commit 676148c

Browse files
committed
meant to use decoded not decode
1 parent a915b05 commit 676148c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshtastic/mesh_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def showInfo(self, file=sys.stdout):
8585
for n in self.nodes.values():
8686
# when the TBeam is first booted, it sometimes shows the raw data
8787
# so, we will just remove any raw keys
88-
keys_to_remove = ('raw', 'decode', 'payload')
88+
keys_to_remove = ('raw', 'decoded', 'payload')
8989
n2 = remove_keys_from_dict(keys_to_remove, n)
9090

9191
# if we have 'macaddr', re-format it

0 commit comments

Comments
 (0)