Skip to content
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

New esp8266 arduino core 3.0.2 byte issues #89

Closed
ajaybnl opened this issue Sep 18, 2021 · 1 comment
Closed

New esp8266 arduino core 3.0.2 byte issues #89

ajaybnl opened this issue Sep 18, 2021 · 1 comment

Comments

@ajaybnl
Copy link

ajaybnl commented Sep 18, 2021

Hi,
i have recently updated my arduino 18.x esp8266 core, and found that they have stopped using "Byte".

All the libraries with having Byte variables used will give compilation errors.

Please replace Byte used in your library to Int , as i tested working.

Thanks for a good library.

@plapointe6
Copy link
Owner

Hi,
Byte is just a typedef over the type uint8_t.
Thanks for pointing this out, I will correct this right away.

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