standard log

This commit is contained in:
Matthew Frost 2023-10-30 19:50:06 +01:00
parent b30ba73eea
commit fdc0275134

View file

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