CuriousJames / DIYAC

Raspberry Pi Python code & PCB design project to control door access (access control) via a wiegand card and/or keypad reader, handles a doorbell too
6 stars 2 forks source link

Don't lockout for continued allowed token attempts #41

Closed CuriousJames closed 2 years ago

CuriousJames commented 4 years ago

Currently the system will go into lockout mode if three tokens are entered, no matter whether they are allowed tokens or disallowed tokens.

There is a case that only continued dis-allowed tokens attempts should trigger a lockout, I believe this should always be the case so it will be hard-coded that only bad tokens will trigger lockout.

CuriousJames commented 2 years ago

Fixed in 1d95c5591b199f42f32b1941d04954083491b099