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

Remove progmem macro overrides for ESP8266 (ESP8266 Arduino now supports them) #375

Merged
merged 1 commit into from
Sep 14, 2017

Conversation

sidoh
Copy link
Contributor

@sidoh sidoh commented Jul 24, 2017

Not sure exactly when PROGMEM support was added to ESP8266 Arduino, but all of the necessary features are available:

http://esp8266.github.io/Arduino/versions/2.0.0-rc2/doc/reference.html#progmem

This PR removes the macro overrides that disable PROGMEM for ESP8266. I found that PRIPSTR was still necessary.

Without this, pulling the RF24 library into an ESP8266 project clobbers the ability to use PROGMEM reliably.

@Avamander Avamander merged commit 0120239 into nRF24:master Sep 14, 2017
@Avamander
Copy link
Member

Thank you for your work!

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