added: printf when button is denied

This commit is contained in:
Bob 2015-10-04 18:30:40 +02:00
parent d04f89ab1c
commit c4bd516a45

View file

@ -413,6 +413,7 @@ void loop()
} }
else else
{ {
Serial.print("iButton not authenticated\n");
SetLEDState(LEDState_Busy); SetLEDState(LEDState_Busy);
} }
} }