As a result of fix https://github.com/meshtastic/python/pull/433 I would prefer to keep the ID in JSON in "**Nodes in mesh:**" in the output of `--info` In `mesh_interface.py` in `def showInfo(self, file=sys.stdout):` delete the line: ` n2['user'].pop('id')`
As a result of fix #433
I would prefer to keep the ID in JSON in "Nodes in mesh:" in the output of
--infoIn
mesh_interface.pyin
def showInfo(self, file=sys.stdout):delete the line:
n2['user'].pop('id')