This commit is contained in:
omersiar
2016-11-14 10:32:32 +02:00
parent cb0383e0cb
commit a88d7e1ce6
3 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ MFRC522 rfid(SS_PIN, RST_PIN); // Instance of the class
MFRC522::MIFARE_Key key;
// Init array that will store new NUID
byte nuidPICC[3];
byte nuidPICC[4];
void setup() {
Serial.begin(9600);