Skip to content

Commit 1826b93

Browse files
committed
Fix Azure_IoT_Central_ESP32.ino
1 parent f424131 commit 1826b93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Azure_IoT_Central_ESP32/Azure_IoT_Central_ESP32.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ static void sync_device_clock_with_ntp_server();
8585
static void connect_to_wifi();
8686

8787
#if defined(ESP_ARDUINO_VERSION_MAJOR) && ESP_ARDUINO_VERSION_MAJOR >= 3
88-
static void mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, void *event_data);
88+
static void esp_mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, void *event_data);
8989
#else // ESP_ARDUINO_VERSION_MAJOR
9090
static esp_err_t esp_mqtt_event_handler(esp_mqtt_event_handle_t event);
9191
#endif // ESP_ARDUINO_VERSION_MAJOR

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Azure SDK for C
2-
version=1.1.7
2+
version=1.1.8
33
author=Microsoft Corporation
44
maintainer=Microsoft Corporation <aziotarduino@microsoft.com>
55
sentence=Azure SDK for C library for Arduino.

0 commit comments

Comments
 (0)