Merge pull request #61 from Azure/ewertons/update1_1_8

Fix Azure_IoT_Central_ESP32.ino
This commit is contained in:
Ewerton Scaboro da Silva 2024-06-12 12:23:36 -07:00 коммит произвёл GitHub
Родитель f424131ed3 1826b93fa4
Коммит fa1aa692d7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -85,7 +85,7 @@ static void sync_device_clock_with_ntp_server();
static void connect_to_wifi();
#if defined(ESP_ARDUINO_VERSION_MAJOR) && ESP_ARDUINO_VERSION_MAJOR >= 3
static void mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, void *event_data);
static void esp_mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, void *event_data);
#else // ESP_ARDUINO_VERSION_MAJOR
static esp_err_t esp_mqtt_event_handler(esp_mqtt_event_handle_t event);
#endif // ESP_ARDUINO_VERSION_MAJOR

Просмотреть файл

@ -1,5 +1,5 @@
name=Azure SDK for C
version=1.1.7
version=1.1.8
author=Microsoft Corporation
maintainer=Microsoft Corporation <aziotarduino@microsoft.com>
sentence=Azure SDK for C library for Arduino.