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

Restored compatibility with ESP8266 Arduino Core < 3.0.1 #500

Merged
merged 1 commit into from
Jul 23, 2021

Conversation

Aircoookie
Copy link
Sponsor Contributor

#486 broke compatibility with all ESP8266 Arduino core versions but the most recent 3.0.1 one. Support for the latest version is of course the most important, still more compatibility is nice as long as it doesn't cause extra maintainance.

Version 3.0.1 added the macro ARDUINO_ESP8266_MAJOR in cores/esp8266/core_version.h (esp8266/Arduino#8126), so it can be used to distinguish 3.0.1 and future releases that need to include core_esp8266_i2s.h from previous versions that need to include i2s.h.

Verified working in Arduino Core 2.7.4, 3.0.0 and 3.0.1.

@Makuna Makuna merged commit 7f1611d into Makuna:master Jul 23, 2021
AMoo-Miki pushed a commit to AMoo-Miki/NeoPixelBus that referenced this pull request Aug 15, 2022
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