Closed Rita858 closed 4 years ago
Step 1: Describe your environment
First of all,thanks to your library. Here is the problem:
status = mfrc522.PCD_Authenticate(MFRC522::PICC_CMD_MF_AUTH_KEY_B, (sector * 4 + 3), &key, &(mfrc522.uid)); if (status != MFRC522::STATUS_OK) { Serial.print(F("PCD_Authenticate() failed: ")); Serial.println(mfrc522.GetStatusCodeName(status)); return; } status = mfrc522.MIFARE_SetValue(valueBlock, 100); if (status != MFRC522::STATUS_OK) { Serial.print(F("mifare_SetValue() failed: ")); Serial.println(mfrc522.GetStatusCodeName(status)); return; }
@Rita-GE Any update? Otherwise I close this.
Step 1: Describe your environment
Step 2: Describe the problem
First of all,thanks to your library. Here is the problem:
Affected file(s) or example(s):
Steps to reproduce:
Relevant Code:
Observed Results: