ESP-Azure include in existing project
Posted: Mon Dec 09, 2019 1:01 pm
Dear all,
I would like to include esp-azure into an existing idf-project.
The structure is as follows:
components
--drv
----drv1.c
----drv1.h
--com
----wlan.c
----wlan.h
esp-azure
---- [All files/folders from https://github.com/espressif/esp-azure]
main
--main.c
If I compile, an example inside esp-azure, it compiles with no problems.
However, if I compile my project as above and include "iothub_client.h" in my main.c., I get the error, that the h-file could not be found.
How do I need to include the esp-azure component such that I can use "iothub_client.h" in my project?
Thank you in advance for any help or hint!
Best,
Jonas
I would like to include esp-azure into an existing idf-project.
The structure is as follows:
components
--drv
----drv1.c
----drv1.h
--com
----wlan.c
----wlan.h
esp-azure
---- [All files/folders from https://github.com/espressif/esp-azure]
main
--main.c
If I compile, an example inside esp-azure, it compiles with no problems.
However, if I compile my project as above and include "iothub_client.h" in my main.c., I get the error, that the h-file could not be found.
How do I need to include the esp-azure component such that I can use "iothub_client.h" in my project?
Thank you in advance for any help or hint!
Best,
Jonas