do not print line for export; comment out ble test; do not send decoded

This commit is contained in:
Mike Kinney
2022-01-01 09:49:21 -08:00
parent e5ecba7ec0
commit 0b6676c5b3
3 changed files with 32 additions and 25 deletions

View File

@@ -87,6 +87,7 @@ class MeshInterface:
# when the TBeam is first booted, it sometimes shows the 'raw' data
# so, we will just remove any raw keys
n2 = remove_keys_from_dict('raw', n)
n2 = remove_keys_from_dict('decode', n2)
# if we have 'macaddr', re-format it
if 'macaddr' in n2['user']: