Skip to content

Stops compiling and throws unrelated errors #306

Closed
@holgerlembke

Description

@holgerlembke

We were writting some esp8266 related code, nothing special, just basis stuff. All in all around 600 lines.

Adding an unused and empty function

void setupSSDP(void) {
}

results in an "error: 'File' was not declared in this scope" at an totally unrelated location.

Changing the name to setuPSSDP makes it compile again, changing the part "setup" to anything else makes it compile again.

You can find the stripped down source code at http://www.lembke.eu/basis2.zip, it can be used with board "Arduino Uno".

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions