Page 1 of 1
Https header missing (esp_https_server.h)
Posted: Thu Aug 15, 2019 4:18 pm
by peterglen
Upon update to IDF 4.x the https subsystems do not compile, says 'missing esp_https_server.h'
on 3.x it compiled with no error. Any suggestions?
Peter
Re: Https header missing (esp_https_server.h)
Posted: Thu Aug 15, 2019 9:57 pm
by chegewara
Code: Select all
make menuconfig -> Component config -> ESP HTTPS server -> Enable ESP_HTTPS_SERVER component
Re: Https header missing (esp_https_server.h)
Posted: Fri Aug 16, 2019 3:30 pm
by peterglen
That was it. Settings may have not migrated from IDF3->IDF4 without loosing that flag.
Thank you.
Re: Https header missing (esp_https_server.h)
Posted: Sat Aug 17, 2019 8:17 am
by chegewara
I think that flag does not exist in esp-idf 3.x.