Skip to content

Compiler errors in FS.h using new V2.5.1 #6102

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

Closed
mars000 opened this issue May 16, 2019 · 4 comments
Closed

Compiler errors in FS.h using new V2.5.1 #6102

mars000 opened this issue May 16, 2019 · 4 comments

Comments

@mars000
Copy link

mars000 commented May 16, 2019

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:
image

@earlephilhower
Copy link
Collaborator

Please try PR #6101.

@mars000
Copy link
Author

mars000 commented May 19, 2019

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]) );

@earlephilhower
Copy link
Collaborator

The bugfix will be out in a week or so, with this and some other fixes included.

@earlephilhower
Copy link
Collaborator

2.5.2 is out with the fix. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants