This commit is contained in:
Matthew Frost 2023-10-30 19:52:21 +01:00
parent fdc0275134
commit ba50a00eec

View file

@ -183,7 +183,7 @@ void loop() {
String fullCardID = String(facilityID)+":"+String(cardID);
Serial.println("FULL_CARD_ID=" + fullCardID);
Serial.println(settings.DoorDisabled() ? "Disabled" : "Enabled");
Serial.println("DOOR_DISABLED_STATUS=" + String(settings.DoorDisabled() ? "Disabled" : "Enabled"));
cardData = 0; // Reset the card data