Closed
Description
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.