Closed msedv closed 1 year ago
In these four files #ifdef EPS8266 is used instead of #ifdef ESP8266 - which e.g. broke the MFRC522 functionality between 12.5 and 13.x:
Symptoms in xsns_80_mfrc522.ino: no card detected, no error since SPI isn't opened.
I corrected the files locally and tried to to a git push but get an error 403.
My fault. I’m out until next friday so if you manage to do a PR would be great
Done: https://github.com/arendst/Tasmota/pull/19209
PROBLEM DESCRIPTION
In these four files #ifdef EPS8266 is used instead of #ifdef ESP8266 - which e.g. broke the MFRC522 functionality between 12.5 and 13.x:
Symptoms in xsns_80_mfrc522.ino: no card detected, no error since SPI isn't opened.
I corrected the files locally and tried to to a git push but get an error 403.