We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36fad3d commit d05d621Copy full SHA for d05d621
src/configuratorAgents/agents/boardConfigurationProtocol/cbor/ProvisioningMessage.h
@@ -105,7 +105,7 @@ struct UniqueHardwareIdProvisioningMessage {
105
struct JWTProvisioningMessage {
106
ProvisioningMessage c;
107
struct {
108
- char jwt[PROVISIONING_JWT_SIZE]; //The payload is an array of char with a maximum length of 268, not null terminated. It's not a string.
+ char jwt[PROVISIONING_JWT_SIZE]; //The payload is a string with maximum dimension of 268 characters + '\0'.
109
};
110
111
0 commit comments