Frédéric Thibault
Frédéric Thibault
@liudr Did you make it build? If not look at this issue I have indicate what is needed to build it. https://github.com/espressif/esp-azure/issues/65 I don't have a lot of support for...
Hi, I checkout and try to build it. I received the following error. CMake Error at D:/ESP/esp-idf/tools/cmake/component.cmake:449 (add_library): Cannot find source file: D:/ESP/esp-azure-goobie/azure-iot-sdk-c/c-utility/src/base64.c The base64.c has been rename azure_base64.c
Which version of esp-idf are you using? I try to build the with the release/v4.0 Another error that I can't fix. D:/ESP/esp-azure-goobie/azure-iot-sdk-c/c-utility/inc/azure_c_shared_utility/strings.h:18:1: error: unknown type name 'MU_IF' MOCKABLE_FUNCTION(, STRING_HANDLE, STRING_new);
Hi, I finally make it works with CMakefile changes and idf v3 but my problem with the upload don't works when connecting to iot hub using x509 certificate. Sending messsage,...