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
Board: Board not connected, compiling for ESP32 dev-module
Core Installation version: 1.0.5-rc6
IDE name: Arduino Pro IDE
Computer OS: Windows 10
Description:
When I include both WebServer.h and HttpsOTAUpdate.h the IDE gives me tons of redeclaration errors
Sketch:
#include<WebServer.h>
#include<HttpsOTAUpdate.h>voidsetup() {
// put your setup code here, to run once:
}
voidloop() {
// put your main code here, to run repeatedly:
}
Here is a workaround - my specific problem was WebServer.h and esp_http_server.h -- I think it might be the same problem. Was it HTTP_GET redeclaration?
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
Hardware:
Board: Board not connected, compiling for ESP32 dev-module
Core Installation version: 1.0.5-rc6
IDE name: Arduino Pro IDE
Computer OS: Windows 10
Description:
When I include both
WebServer.h
andHttpsOTAUpdate.h
the IDE gives me tons of redeclaration errorsSketch:
Compile output:
https://gist.github.com/tomjschwanke/e4756747343163e2a5c3a5ddc50c54ab
The text was updated successfully, but these errors were encountered: