About library import (i'm newbie T.T)
Posted: Tue Nov 21, 2023 3:56 am
Hello, I'm styuding EPS-IDF.
Testing "esp-aws-iot", I get a trouble for library import.
(https://github.com/espressif/esp-aws-iot/tree/master)
1. Where does the "example_connect" function(app_main.c / line 56) come from in the MQTT example (https://github.com/espressif/esp-aws-io ... utual_auth)? There is no include command in the example code, so how is it included?
2. Why are the WiFi options hidden? I would like to modify parameters such as WiFi SSID, password, and certificate file in the code rather than the config file. Is there any way to achieve this? It's quite inconvenient as it is now.
Thanks for your help
Testing "esp-aws-iot", I get a trouble for library import.
(https://github.com/espressif/esp-aws-iot/tree/master)
1. Where does the "example_connect" function(app_main.c / line 56) come from in the MQTT example (https://github.com/espressif/esp-aws-io ... utual_auth)? There is no include command in the example code, so how is it included?
2. Why are the WiFi options hidden? I would like to modify parameters such as WiFi SSID, password, and certificate file in the code rather than the config file. Is there any way to achieve this? It's quite inconvenient as it is now.
Thanks for your help