We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a915b05 commit 676148cCopy full SHA for 676148c
meshtastic/mesh_interface.py
@@ -85,7 +85,7 @@ def showInfo(self, file=sys.stdout):
85
for n in self.nodes.values():
86
# when the TBeam is first booted, it sometimes shows the raw data
87
# so, we will just remove any raw keys
88
- keys_to_remove = ('raw', 'decode', 'payload')
+ keys_to_remove = ('raw', 'decoded', 'payload')
89
n2 = remove_keys_from_dict(keys_to_remove, n)
90
91
# if we have 'macaddr', re-format it
0 commit comments