cryptoadvance / specter-diy

DIY airgapped hardware wallet that uses QR codes for communication with the host
MIT License
441 stars 73 forks source link

Scanner doesn't start if pin is entered too fast #82

Open stepansnigirev opened 3 years ago

stepansnigirev commented 3 years ago

We initialize and configure the QR code scanner after the pin screen. It happens sometimes that at this moment the scanner is not fully booted yet, and then configuration silently fails. We need to have a fixed minimal time delay before we start initializing the scanner. It can be done via asyncio task