Skip to content

Commit d7de3a3

Browse files
committed
Proto: Fix max size for StatusEvent with new proto
1 parent b9e8333 commit d7de3a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/api/wpc_proto.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* or @onStackStatusReceived
4545
* note : it should be higher than wp_StatusEvent_size, as it's a wp_GenericMessage
4646
*/
47-
#define WPC_PROTO_MAX_EVENTSTATUS_SIZE (516 + WPC_PROTO_GENERIC_MESSAGE_OVERHEAD)
47+
#define WPC_PROTO_MAX_EVENTSTATUS_SIZE (520 + WPC_PROTO_GENERIC_MESSAGE_OVERHEAD)
4848

4949
/*
5050
* Maximum size offset for data reception. Added to payload size, it can be used as an hint

0 commit comments

Comments
 (0)