espressif / esp-azure

SDK to connect ESP8266 and ESP32 to Microsoft Azure IoT services
177 stars 92 forks source link

not finding macro_utils.h (CA-93) #104

Closed besso-exceline closed 4 years ago

besso-exceline commented 4 years ago

I have updated my project to idf version 4.1 and it is now not able to find path to azure_c_shared_utility/macro_utils.h

fatal error: azure_c_shared_utility/macro_utils.h: No such file or directory

include "azure_c_shared_utility/macro_utils.h"

besso-exceline commented 4 years ago

I see you changed names ENUM_TO_STRING to MU_ENUM_TO_STRING :(

shahpiyushv commented 4 years ago

I see you changed names ENUM_TO_STRING to MU_ENUM_TO_STRING :(

This change actually came from the underlying azure-iot-sdk-c as we moved to a newer LTS release.