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 8a3e66b commit 8771dd6Copy full SHA for 8771dd6
src/message/Commands.h
@@ -27,7 +27,7 @@
27
#define ID_SIZE 16
28
#define MAX_LIB_VERSION_SIZE 10
29
#define UHWID_SIZE 32
30
-#define PROVISIONING_JWT_SIZE 268 // Max length of jwt is 268
+#define PROVISIONING_JWT_SIZE 269 // Max length of jwt is 268 + \0
31
#define BLE_MAC_ADDRESS_SIZE 6
32
#define WIFI_SSID_SIZE 33 // Max length of ssid is 32 + \0
33
#define WIFI_PWD_SIZE 64 // Max length of password is 63 + \0
0 commit comments