File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Azure_IoT_Central_ESP32_AzureIoTKit Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,3 +50,4 @@ modules.order
5050Module.symvers
5151Mkfile.old
5252dkms.conf
53+ /.vs
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ log_function_t default_logging_function = NULL;
2323
2424#define MQTT_CLIENT_ID_BUFFER_SIZE 256
2525#define MQTT_USERNAME_BUFFER_SIZE 350
26- #define DECODED_SAS_KEY_BUFFER_SIZE 32
26+ #define DECODED_SAS_KEY_BUFFER_SIZE 64
2727#define PLAIN_SAS_SIGNATURE_BUFFER_SIZE 256
2828#define SAS_HMAC256_ENCRYPTED_SIGNATURE_BUFFER_SIZE 32
2929#define SAS_SIGNATURE_BUFFER_SIZE 64
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ log_function_t default_logging_function = NULL;
2323
2424#define MQTT_CLIENT_ID_BUFFER_SIZE 256
2525#define MQTT_USERNAME_BUFFER_SIZE 350
26- #define DECODED_SAS_KEY_BUFFER_SIZE 32
26+ #define DECODED_SAS_KEY_BUFFER_SIZE 64
2727#define PLAIN_SAS_SIGNATURE_BUFFER_SIZE 256
2828#define SAS_HMAC256_ENCRYPTED_SIGNATURE_BUFFER_SIZE 32
2929#define SAS_SIGNATURE_BUFFER_SIZE 64
You can’t perform that action at this time.
0 commit comments