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:
}