mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-10 02:32:47 +10:00
bump app protocol version as we support v4+ features (#398)
This commit is contained in:
@@ -320,7 +320,7 @@ const int maxPathSize = 64;
|
|||||||
const int pathHashSize = 1;
|
const int pathHashSize = 1;
|
||||||
const int maxNameSize = 32;
|
const int maxNameSize = 32;
|
||||||
const int maxFrameSize = 172;
|
const int maxFrameSize = 172;
|
||||||
const int appProtocolVersion = 3;
|
const int appProtocolVersion = 4;
|
||||||
// Matches firmware MAX_TEXT_LEN (10 * CIPHER_BLOCK_SIZE).
|
// Matches firmware MAX_TEXT_LEN (10 * CIPHER_BLOCK_SIZE).
|
||||||
const int maxTextPayloadBytes = 160;
|
const int maxTextPayloadBytes = 160;
|
||||||
const int _sendTextMsgOverheadBytes =
|
const int _sendTextMsgOverheadBytes =
|
||||||
|
|||||||
Reference in New Issue
Block a user