Merge pull request #10674 from blakadder/development

MFRC522 change to new GPIO name
This commit is contained in:
Theo Arends 2021-01-23 14:06:05 +01:00 committed by GitHub
commit 8ae28602ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
* Connections: * Connections:
* MFRC522 ESP8266 Tasmota * MFRC522 ESP8266 Tasmota
* ------- -------------- ---------- * ------- -------------- ----------
* SDA GPIO0..5,15,16 SPI CS * SDA GPIO0..5,15,16 RC522 CS
* SCK GPIO14 SPI CLK * SCK GPIO14 SPI CLK
* MOSI GPIO13 SPI MOSI * MOSI GPIO13 SPI MOSI
* MISO GPIO12 SPI MISO * MISO GPIO12 SPI MISO