mirror of
https://github.com/bitlair/bitlair_doorduino.git
synced 2025-05-13 12:20:07 +02:00
fixed: there should not be a loop here
This commit is contained in:
parent
6d5478b21f
commit
d04f89ab1c
1 changed files with 0 additions and 1 deletions
|
@ -404,7 +404,6 @@ void loop()
|
|||
|
||||
uint8_t secret[SECRETSIZE];
|
||||
GetButtonSecret(addr, secret);
|
||||
for (uint8_t i = 0; i < SECRETSIZE; i++)
|
||||
|
||||
if (AuthenticateButton(addr, secret))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue