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

Fix for ESP8266 trying to include avr/pgmspace.h #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PuceBaboon
Copy link

Just added an "#ifndef ESP8266" around the include line, so all other Arduinos still pick it up, but the ESP8266 doesn't.

Just added an "#ifndef ESP8266" around the include line, so all other Arduinos still pick it up, but the ESP8266 doesn't.
@mvermand22
Copy link

Why isn't this included yet? Now the Ethernet sources won't compile on ESP8266 / ESP32 because of C:\Program Files (x86)\Arduino\libraries\Ethernet\src\Twitter.h:17:26: fatal error: avr/pgmspace.h: No such file or directory.

If this pull request fixes this issue, then please merge it.
Thanks

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

Successfully merging this pull request may close these issues.

2 participants