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/wpc_proto/internal_modules/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/* Set the max of strings stored (including), should match values defined in proto files */
#define GATEWAY_ID_MAX_SIZE 32
#define GATEWAY_MODEL_MAX_SIZE 64
#define GATEWAY_VERSION_MAX_SIZE 32
#define GATEWAY_VERSION_MAX_SIZE 128
#define SINK_ID_MAX_SIZE 16

/**
Expand Down
Loading