mirror of
https://github.com/bitlair/bitlair_doorduino.git
synced 2025-05-13 12:20:07 +02:00
added: printf when button is denied
This commit is contained in:
parent
d04f89ab1c
commit
c4bd516a45
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ void loop()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Serial.print("iButton not authenticated\n");
|
||||||
SetLEDState(LEDState_Busy);
|
SetLEDState(LEDState_Busy);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue