Skip to content

Commit 02e6576

Browse files
authored
Merge pull request #627 from meshtastic/payload_length_233
update payload max length
2 parents c952f8a + 5ea20fc commit 02e6576

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

meshtastic/mesh.options

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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
@@ -62,7 +62,7 @@
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

meshtastic/mesh.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/*

meshtastic/storeforward.options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*StoreAndForward.text max_size:237
1+
*StoreAndForward.text max_size:233

0 commit comments

Comments
 (0)