Skip to content

Redeclaration errors when including both WebServer.h and HttpsOTAUpdate.h #4758

@realcatgirly

Description

@realcatgirly

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 and HttpsOTAUpdate.h the IDE gives me tons of redeclaration errors

Sketch:

#include <WebServer.h>
#include <HttpsOTAUpdate.h>

void setup() {
  // put your setup code here, to run once:

}

void loop() {
  // put your main code here, to run repeatedly:

}

Compile output:

https://gist.github.com/tomjschwanke/e4756747343163e2a5c3a5ddc50c54ab

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: StaleIssue is stale stage (outdated/stuck)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions