You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenSK on an nRF52840-DK with the --verbose option enabled can be registered on https://webauthn.io/.
Actual Behavior
Currently, the --verbose option triggers many syscalls to write to the console. This slows down the whole app, making it impractical. For example, USB packets are dropped when trying to register on https://webauthn.io/ in --verbose mode on an nRF52840-DK, so registration fails altogether in this scenario.
Steps to Reproduce the Problem
Flash OpenSK on a nRF52840-DK with --verbose enabled $ ./deploy.py --board nrf52840dk --opensk --panic-console --verbose.
Expected Behavior
OpenSK on an nRF52840-DK with the
--verbose
option enabled can be registered on https://webauthn.io/.Actual Behavior
Currently, the
--verbose
option triggers many syscalls to write to the console. This slows down the whole app, making it impractical. For example, USB packets are dropped when trying to register on https://webauthn.io/ in--verbose
mode on an nRF52840-DK, so registration fails altogether in this scenario.Steps to Reproduce the Problem
--verbose
enabled$ ./deploy.py --board nrf52840dk --opensk --panic-console --verbose
.Specifications
The text was updated successfully, but these errors were encountered: