File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818# note: this payload length is ONLY the bytes that are sent inside of the Data protobuf (excluding protobuf overhead). The 16 byte header is
1919# outside of this envelope
20- *Data.payload max_size:237
20+ *Data.payload max_size:233
2121*Data.bitfield int_size:8
2222
2323*NodeInfo.channel int_size:8
6262# or fixed_length or fixed_count, or max_count
6363
6464#This value may want to be a few bytes smaller to compensate for the parent fields.
65- *Compressed.data max_size:237
65+ *Compressed.data max_size:233
6666
6767*Waypoint.name max_size:30
6868*Waypoint.description max_size:100
Original file line number Diff line number Diff line change @@ -1268,7 +1268,7 @@ enum Constants {
12681268 * note: this payload length is ONLY the bytes that are sent inside of the Data protobuf (excluding protobuf overhead). The 16 byte header is
12691269 * outside of this envelope
12701270 */
1271- DATA_PAYLOAD_LEN = 237 ;
1271+ DATA_PAYLOAD_LEN = 233 ;
12721272}
12731273
12741274/*
Original file line number Diff line number Diff line change 1- *StoreAndForward.text max_size:237
1+ *StoreAndForward.text max_size:233
You can’t perform that action at this time.
0 commit comments