From fdc027513416c273168c67d025ed2f3bb3ae4e5b Mon Sep 17 00:00:00 2001 From: Matthew Frost Date: Mon, 30 Oct 2023 19:50:06 +0100 Subject: [PATCH] standard log --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 2483e8d..008f618 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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