Skip to content

Commit 8771dd6

Browse files
committed
fix Provisioning_JWT_SIZE as string
1 parent 8a3e66b commit 8771dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/message/Commands.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#define ID_SIZE 16
2828
#define MAX_LIB_VERSION_SIZE 10
2929
#define UHWID_SIZE 32
30-
#define PROVISIONING_JWT_SIZE 268 // Max length of jwt is 268
30+
#define PROVISIONING_JWT_SIZE 269 // Max length of jwt is 268 + \0
3131
#define BLE_MAC_ADDRESS_SIZE 6
3232
#define WIFI_SSID_SIZE 33 // Max length of ssid is 32 + \0
3333
#define WIFI_PWD_SIZE 64 // Max length of password is 63 + \0

0 commit comments

Comments
 (0)