allow larger packets

This commit is contained in:
geeksville
2020-02-08 09:50:15 -08:00
parent b2b832c608
commit c831957c0d
3 changed files with 10 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ PB_BIND(NodeInfo, NodeInfo, AUTO)
PB_BIND(MyNodeInfo, MyNodeInfo, AUTO)
PB_BIND(DeviceState, DeviceState, 2)
PB_BIND(DeviceState, DeviceState, 4)
PB_BIND(FromRadio, FromRadio, AUTO)