Search found 3 matches

by Junior
Sun May 03, 2020 2:45 pm
Forum: ESP-IDF
Topic: OTA simple example without certificate check
Replies: 3
Views: 8507

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.
by Junior
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: 8622

Re: esp-idf 4.0 build system does not find certain esp-idf include files

Add
  1. REQUIRES "nvs_flash"
to your component.
by Junior
Sun Sep 22, 2019 6:21 am
Forum: General Discussion
Topic: Encountering unknown CMake command "idf_component_register"
Replies: 6
Views: 16179

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...