standard log
This commit is contained in:
parent
b30ba73eea
commit
fdc0275134
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() ? "DOOR_DISABLED_STATUS=1" : "DOOR_DISABLED_STATUS=0");
|
||||
Serial.println(settings.DoorDisabled() ? "Disabled" : "Enabled");
|
||||
|
||||
|
||||
cardData = 0; // Reset the card data
|
||||
|
|
Loading…
Reference in a new issue