Search found 3 matches
- Sun May 03, 2020 2:45 pm
- Forum: ESP-IDF
- Topic: OTA simple example without certificate check
- Replies: 3
- Views: 9735
Re: OTA simple example without certificate check
I got the same error trying to call a web api directly after connecting. I then tried calling the api a few seconds later, and got the status code 200.
- Sat May 02, 2020 12:40 pm
- Forum: ESP-IDF
- Topic: esp-idf 4.0 build system does not find certain esp-idf include files
- Replies: 3
- Views: 9558
Re: esp-idf 4.0 build system does not find certain esp-idf include files
Add to your component.
- REQUIRES "nvs_flash"
- Sun Sep 22, 2019 6:21 am
- Forum: General Discussion
- Topic: Encountering unknown CMake command "idf_component_register"
- Replies: 6
- Views: 18922
Re: Encountering unknown CMake command "idf_component_register"
Hi Micrified, What version of ESP-IDF do you have? "idf_component_register" was only added in ESP-IDF V4.0 so older versions use different syntax. The IDF Programming Guide that matches the version you are using should have the correct syntax. If this isn't the problem, can you please post the full...