-
Notifications
You must be signed in to change notification settings - Fork 13.3k
2.5.0-beta3's libraries/ESP8266WiFi/src/ESP8266WiFiSTA.cpp doesn't compile #5678
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
Comments
Are you using lwIP-v1.4 ? |
No idea tbh. It's using what ever the default would be.
(https://github.com/markszabo/IRremoteESP8266/blob/master/.travis.yml) |
This bug will be fixed asap.
You may update your board FQBN with
|
Thanks. I'll try it out now. |
Per esp8266/Arduino#5678 Hopefully should fix travis builds.
Per esp8266/Arduino#5678 Hopefully should fix travis builds.
I think you meant:
Which seems to be working/compiling so far. What does that addition actually do? |
Per esp8266/Arduino#5678 Hopefully should fix travis builds.
I am curious to know wether #5657 would answer to your question. |
Not really. e.g. It doesn't explain what disabling |
I'm trying to make it clear to read. There is an update in the above PR. To answer your question, Because you were not specifying them in your scripts and default options in IDE are not used by default with the arduino builder (at least in your case), Anyway if it is fixed for you, you can close the issue. |
I have a similar roblem with compilattion
|
The OP is fixed, we are waiting for feedback. |
Basic Infos
Platform
Settings in IDE
Problem Description
2.5.0-beta3's libraries/ESP8266WiFi/src/ESP8266WiFiSTA.cpp doesn't compile, has errors.
See https://travis-ci.org/markszabo/IRremoteESP8266/jobs/484962845#L1515
This looks like it was introduced in #5652 (7c5be91)
The code has compiled fine with all previous versions of the ESP8266 core libraries for years. e.g. 2.5.0-beta2 was fine. Beta3 broke it.
Sketch
https://github.com/markszabo/IRremoteESP8266/blob/master/examples/IRGCTCPServer/IRGCTCPServer.ino
https://github.com/markszabo/IRremoteESP8266/blob/master/examples/IRMQTTServer/IRMQTTServer.ino
https://github.com/markszabo/IRremoteESP8266/blob/master/examples/IRServer/IRServer.ino
Debug Messages
N/A
The text was updated successfully, but these errors were encountered: