Reduce size of airtime structure for mynodeinfo

This commit is contained in:
Jm Casler
2021-12-07 11:44:48 -08:00
parent feb1f4fb9f
commit 67766b817c
3 changed files with 13 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ PB_BIND(MeshPacket, MeshPacket, 2)
PB_BIND(NodeInfo, NodeInfo, AUTO)
PB_BIND(MyNodeInfo, MyNodeInfo, AUTO)
PB_BIND(MyNodeInfo, MyNodeInfo, 2)
PB_BIND(LogRecord, LogRecord, AUTO)