Skip to content

Collision odroid_go.h with WebServer.h #18

Description

@beckmx

Hello guys, I would like to use the screen with buttons and the webserver but looks like there is an issue, if you try to compile with these headers:

#include <odroid_go.h> #include <WiFi.h> #include <WiFiClient.h> #include <WebServer.h> #include <ESPmDNS.h>

The compiler throws an error with:

collect2.exe: error: ld returned 1 exit status

Apparently there is a collision of two libraries trying to override each other, those libs seem to be the webserver.h and odroid_go.h, any idea on how to use them both?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions