mirror of https://github.com/arendst/Tasmota.git
Add support for PN532 NFC
This commit is contained in:
parent
149b335a4b
commit
3608baf7f8
|
@ -314,6 +314,7 @@ boolean Xsns40(byte function)
|
|||
if (pn532_i2c_detected) {
|
||||
PN532_ScanForTag();
|
||||
}
|
||||
break;
|
||||
case FUNC_EVERY_SECOND:
|
||||
PN532_Detect();
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue