Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/api/wpc_proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* or @onStackStatusReceived
* note : it should be higher than wp_StatusEvent_size, as it's a wp_GenericMessage
*/
#define WPC_PROTO_MAX_EVENTSTATUS_SIZE (516 + WPC_PROTO_GENERIC_MESSAGE_OVERHEAD)
#define WPC_PROTO_MAX_EVENTSTATUS_SIZE (520 + WPC_PROTO_GENERIC_MESSAGE_OVERHEAD)

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