File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Azure_IoT_Central_ESP32_AzureIoTKit
Azure_IoT_Hub_RealtekAmebaD Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ typedef struct azure_iot_config_t_struct
528528 * <pnp-model-id> = "dtmi:azureiot:devkit:freertos:Esp32AzureIotKit;1"
529529 * <api-version> = "api-version=2020-09-30"
530530 * <expiration-time> = "1641251566"
531- * <user-agent> = "c/1 .1.0-beta.1(FreeRTOS)"
531+ * <user-agent> = "c%2F1 .1.0-beta.1(FreeRTOS)"
532532 *
533533 * sizeof(data_buffer) >= 592 bytes (59 bytes + 2 bytes + 3 bytes + 190 bytes + 338 bytes, respectively)
534534 */
Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ typedef struct azure_iot_config_t_struct
528528 * <pnp-model-id> = "dtmi:azureiot:devkit:freertos:Esp32AzureIotKit;1"
529529 * <api-version> = "api-version=2020-09-30"
530530 * <expiration-time> = "1641251566"
531- * <user-agent> = "c/1 .1.0-beta.1(FreeRTOS)"
531+ * <user-agent> = "c%2F1 .1.0-beta.1(FreeRTOS)"
532532 *
533533 * sizeof(data_buffer) >= 592 bytes (59 bytes + 2 bytes + 3 bytes + 190 bytes + 338 bytes, respectively)
534534 */
Original file line number Diff line number Diff line change 4242
4343// When developing for your own Arduino-based platform,
4444// please follow the format '(ard;<platform>)'.
45- #define AZURE_SDK_CLIENT_USER_AGENT " c/ " AZ_SDK_VERSION_STRING " (ard;esp32)"
45+ #define AZURE_SDK_CLIENT_USER_AGENT " c%2F " AZ_SDK_VERSION_STRING " (ard;esp32)"
4646
4747// Utility macros and defines
4848#define sizeofarray (a ) (sizeof (a) / sizeof (a[0 ]))
Original file line number Diff line number Diff line change 4646
4747// When developing for your own Arduino-based platform,
4848// please follow the format '(ard;<platform>)'.
49- #define AZURE_SDK_CLIENT_USER_AGENT " c/ " AZ_SDK_VERSION_STRING " (ard;esp8266)"
49+ #define AZURE_SDK_CLIENT_USER_AGENT " c%2F " AZ_SDK_VERSION_STRING " (ard;esp8266)"
5050
5151// Utility macros and defines
5252#define LED_PIN 2
Original file line number Diff line number Diff line change 2424
2525// When developing for your own Arduino-based platform,
2626// please follow the format '(ard;<platform>)'.
27- #define AZURE_SDK_CLIENT_USER_AGENT " c/ " AZ_SDK_VERSION_STRING " (ard;amebaD)"
27+ #define AZURE_SDK_CLIENT_USER_AGENT " c%2F " AZ_SDK_VERSION_STRING " (ard;amebaD)"
2828
2929// Utility macros and defines
3030// Status LED: will remain high on error and pulled high for a short time for each successful send.
You can’t perform that action at this time.
0 commit comments