Skip to content

Restored compatibility with ESP8266 Arduino Core < 3.0.1#500

Merged
Makuna merged 1 commit into
Makuna:masterfrom
Aircoookie:master
Jul 23, 2021
Merged

Restored compatibility with ESP8266 Arduino Core < 3.0.1#500
Makuna merged 1 commit into
Makuna:masterfrom
Aircoookie:master

Conversation

@Aircoookie

Copy link
Copy Markdown
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