Skip to content

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

Closed
@SaintGimp

Description

@SaintGimp

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions