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

ESP8266 SPI modes were unswapped, need to fix SPI code #20

Closed
SaintGimp opened this issue Jan 2, 2020 · 1 comment
Closed

ESP8266 SPI modes were unswapped, need to fix SPI code #20

SaintGimp opened this issue Jan 2, 2020 · 1 comment
Assignees
Labels

Comments

@SaintGimp
Copy link

Previously the SPI implementation for the ESP8266 had mode 2 and 3 swapped. The ATM90E26 code checks if it's compiling for ESP8266 and specifies mode 2 (which is really mode 3) in that case. However, the mode swap has been fixed in the ESP8266 board files, so the ATM90E26 code should now just specify mode 3 in all cases. The code as it is right now won't run on ESP8266 until it's fixed.

@whatnick
Copy link
Owner

whatnick commented Jan 2, 2020 via email

@whatnick whatnick added the bug label Feb 15, 2020
@whatnick whatnick self-assigned this Feb 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants