We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I've just upgraded to core V2.5.1 using PlatformIO Espressif 8266 dev/platform v2.1.0
I now get the following compiler errors (I've made no changes to my code). Code compiles fine with previous version of Arduino ESP8266 code V2.5.0
I get the following compiler errors - any help would be appreciated:
The text was updated successfully, but these errors were encountered:
Please try PR #6101.
Sorry, something went wrong.
thanks - got it working. Is there a fix coming in next release ?
btw: casted info[x] from char to uint8_t and it removed compiler errors. i.e. f.write( ((uint8_t) info[x]) );
The bugfix will be out in a week or so, with this and some other fixes included.
2.5.2 is out with the fix. Closing.
No branches or pull requests
Hi
I've just upgraded to core V2.5.1 using PlatformIO Espressif 8266 dev/platform v2.1.0
I now get the following compiler errors (I've made no changes to my code). Code compiles fine with previous version of Arduino ESP8266 code V2.5.0
I get the following compiler errors - any help would be appreciated:

The text was updated successfully, but these errors were encountered: