You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes: #4884
* Use HTTP method table from ESP-IDF's nghttp
* Parse methods using IDF's HTTP method list
* Make example's loops to allow the CPU to switch tasks
Hardware:
Description:
I can not compile source when attempting to include both WebServer.h and HttpsOTAUpdate.h. There are overlapping (and different) definitions for
I was able to work around this by changing all above HTTP_XXX definitions/references in the Webserver library with WEBSERVER_HTTP_XXX.
Sketch:
Debug Messages:
Below is compiler output. I removed part of the path and some lines for readability.
The text was updated successfully, but these errors were encountered: