Skip to content

Fix pgmspace.h include for ESP32 #11

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

Merged
merged 1 commit into from
Dec 30, 2021
Merged

Fix pgmspace.h include for ESP32 #11

merged 1 commit into from
Dec 30, 2021

Conversation

markuspi
Copy link
Contributor

The include <avr/pgmspace.h> does not exist on non-avr platforms such as the ESP32.
This PR fixes this problem similar to here.

Tested on Arduino Nano and ESP32 Dev Module

@Octoate Octoate merged commit 84396c9 into Octoate:master Dec 30, 2021
@Octoate
Copy link
Owner

Octoate commented Dec 30, 2021

Thanks a lot for your PR. I have merged it to the project.

@markuspi markuspi deleted the feature/esp32-pgmspace branch December 30, 2021 17:45
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