Open yasuoiwakura opened 4 years ago
You can safely ignore the warning or even delete the lines 404 and 405.
I found this problem too, not with compiling in Arduino IDE as that wasn't an issue but also if you register a card UID that leads with a 0, such as 08D6444, then this cards and all cards entered after it are skipped and claim "you shall not pass!"
Code called "servo_motor.ino included as an example in rfid library that came with Elegoo Most Complete Mega Projects.
I changed "if ( a[0] != NULL )" to "if ( a != NULL ) ". Not sure if it is legitimate to compare an entire array to NULL or if the comparison will ever be true (all bytes being 0) but it works.
hi there, treid to compile today using the Arduino IDE but gut this error:
Other useds came aross this problem, too so i guess it not necessarily related to my machine? https://www.himix.lt/arduino/arduino-and-rfid-reader-mfrc522-for-door-unlock/