From ba50a00eec742843850cfeb520f34cb63edd070f Mon Sep 17 00:00:00 2001 From: Matthew Frost Date: Mon, 30 Oct 2023 19:52:21 +0100 Subject: [PATCH] logging --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 008f618..6c49784 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() ? "Disabled" : "Enabled"); + Serial.println("DOOR_DISABLED_STATUS=" + String(settings.DoorDisabled() ? "Disabled" : "Enabled")); cardData = 0; // Reset the card data