Fix #211
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user