Skip to content

Fix issue with compilation for ESP8266 #16

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

Closed
wants to merge 1 commit into from
Closed

Fix issue with compilation for ESP8266 #16

wants to merge 1 commit into from

Conversation

ishelly404
Copy link

Remove ESP8266 case for SPI.setBitOrder to fix compilation issue with latest version of esp8266 (2.6.3).
The ESP8266 SPI library uses MSBFIRST instead of SPI_MSBFIRST

Remove ESP8266 case for SPI.setBitOrder to fix compilation issue with latest version of esp8266 for arduino (2.6.3).
ESP8266 uses MSBFIRST instead of SPI_MSBFIRST
@edspark
Copy link
Contributor

edspark commented Nov 9, 2021

Sorry I missed your pull request but I did fix it here.

@edspark edspark closed this Nov 9, 2021
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