-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error on core's version 3.1.0 #194
Comments
Sorry for late response. |
@plerup I am also experiencing this issue. I am quite sure it is related to the MR @dawidchyrzynski linked. This seems to only be used for the mDNS library, so you will need to include it to reproduce this.
Error output:
Hopefully this is enough for you to reproduce this. |
OK, see it now. Thanks. Fix is coming. |
Fixed in latest commit |
Awesome thanks! |
Hi,
After upgrading the ESP8266 core to version 3.1.0, my build stopped working. Upon investigation, I discovered that the ARDUINO_BOARD_ID is empty, which is causing the following error:
The cpp files are compiled with the following defines:
It may be linked to this MR: esp8266/Arduino#8634
The text was updated successfully, but these errors were encountered: