esp-idf/examples/protocols/esp_http_client/main
Harshit Malpani 7decf3e344
fix: Fix protocols example to build without setting target
Protocol examples used to raise an error if the target was not set
and `idf.py build` command was used. This commit fix this error
and when IDF_TARGET is not set, ESP32 is selected as default target
2023-09-25 16:57:22 +05:30
..
CMakeLists.txt fix: Fix protocols example to build without setting target 2023-09-25 16:57:22 +05:30
esp_http_client_example.c CI: fix esp_http_client example failures in CI. Timeout was observed in the logs while performing HTTP requests. Changing the endpoint when testing in CI 2023-07-21 15:20:09 +05:30
howsmyssl_com_root_cert.pem Update example test for esp_http_client 2021-10-05 16:58:23 +08:00
Kconfig.projbuild CI: fix esp_http_client example failures in CI. Timeout was observed in the logs while performing HTTP requests. Changing the endpoint when testing in CI 2023-07-21 15:20:09 +05:30
postman_root_cert.pem Fix esp_http_client example: Set proper server verification by adding the postman root cert for https_async demo 2021-04-07 05:31:21 +00:00