Closed
Description
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".