RFID fertig, empfangen geht name wird angezeigt

This commit is contained in:
Carsten Graf
2025-06-09 01:11:42 +02:00
parent f2fe9ac13c
commit c8e2c794a5
5 changed files with 31 additions and 15 deletions

View File

@@ -32,9 +32,6 @@ void setupRFID() {
}
void handleAutomaticRFID() {
if (!mfrc522.PICC_IsNewCardPresent()) {
return;
@@ -236,16 +233,9 @@ server.on("/api/users/insert", HTTP_POST, [](AsyncWebServerRequest *request) {},
request->send(200, "application/json", jsonString);
});
}
// API Funktion: RFID Reader Status prüfen
bool checkRFIDReaderStatus() {
byte version = mfrc522.PCD_ReadRegister(mfrc522.VersionReg);