Add comment to the NUIDRead.
This commit is contained in:
@@ -50,7 +50,7 @@ void loop() {
|
|||||||
if ( ! rfid.PICC_IsNewCardPresent())
|
if ( ! rfid.PICC_IsNewCardPresent())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Lee tarjeta
|
// Verifica si el NUID ha sido leído
|
||||||
if ( ! rfid.PICC_ReadCardSerial())
|
if ( ! rfid.PICC_ReadCardSerial())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user