mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
begin adding rx from radio handling
This commit is contained in:
@@ -27,10 +27,7 @@ PB_BIND(DenyNodeNum, DenyNodeNum, AUTO)
|
||||
PB_BIND(SubPacket, SubPacket, AUTO)
|
||||
|
||||
|
||||
PB_BIND(MeshPayload, MeshPayload, 2)
|
||||
|
||||
|
||||
PB_BIND(MeshPacket, MeshPacket, 2)
|
||||
PB_BIND(MeshPacket, MeshPacket, AUTO)
|
||||
|
||||
|
||||
PB_BIND(RadioConfig, RadioConfig, 2)
|
||||
@@ -39,10 +36,10 @@ PB_BIND(RadioConfig, RadioConfig, 2)
|
||||
PB_BIND(NodeInfo, NodeInfo, AUTO)
|
||||
|
||||
|
||||
PB_BIND(DeviceState, DeviceState, 4)
|
||||
PB_BIND(DeviceState, DeviceState, 2)
|
||||
|
||||
|
||||
PB_BIND(FromRadio, FromRadio, 2)
|
||||
PB_BIND(FromRadio, FromRadio, AUTO)
|
||||
|
||||
|
||||
PB_BIND(ToRadio, ToRadio, 2)
|
||||
|
||||
Reference in New Issue
Block a user