1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00
trezor-firmware/embed/extmod/modtrezorconfig
Jochen Hoenicke 87f7054e46 Added callback for PIN timeout
When PIN is entered or changed and their were failed tries the function
waits for time (exponential slow down).  For every second it waits, it
now calls back into python to give it the chance to show a message.

GUI still needs to be implemented
2017-12-14 17:19:51 +01:00
..
modtrezorconfig.c Added callback for PIN timeout 2017-12-14 17:19:51 +01:00
norcow.c storage: New pin fail section inside NORCOW 2017-12-14 17:18:45 +01:00
norcow.h storage: New pin fail section inside NORCOW 2017-12-14 17:18:45 +01:00
storage.c Added callback for PIN timeout 2017-12-14 17:19:51 +01:00
storage.h Added callback for PIN timeout 2017-12-14 17:19:51 +01:00