bump app protocol version as we support v4+ features (#398)

This commit is contained in:
Ded
2026-04-28 22:35:48 -07:00
committed by GitHub
parent 99c0ab7e22
commit 026ec6f7de
+1 -1
View File
@@ -320,7 +320,7 @@ const int maxPathSize = 64;
const int pathHashSize = 1;
const int maxNameSize = 32;
const int maxFrameSize = 172;
const int appProtocolVersion = 3;
const int appProtocolVersion = 4;
// Matches firmware MAX_TEXT_LEN (10 * CIPHER_BLOCK_SIZE).
const int maxTextPayloadBytes = 160;
const int _sendTextMsgOverheadBytes =