logging
This commit is contained in:
parent
fdc0275134
commit
ba50a00eec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue