Stops compiling and throws unrelated errors #306
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
topic: preprocessor
Related to sketch preprocessing
type: imperfection
Perceived defect in any part of project
We were writting some esp8266 related code, nothing special, just basis stuff. All in all around 600 lines.
Adding an unused and empty function
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".
The text was updated successfully, but these errors were encountered: