Azure / azure-iot-arduino

Azure IoT library for the Arduino
Other
168 stars 95 forks source link

fatal error: azure_c_shared_utility/const_defines.h: No such file or directory #79

Closed sukretniy closed 6 years ago

sukretniy commented 6 years ago

I tried to update my project from 1.0.44 to version 1.0.45 and i got error

In file included from %%My Documents%%\Arduino\libraries\AzureIoTHub\src/AzureIoTHub.h:15:0,

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

include "azure_c_shared_utility/const_defines.h"

sukretniy commented 6 years ago

Needed to update also https://github.com/Azure/azure-iot-arduino-utility Now everything works fine.