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
Due to limiting reading repeats to fail early and improve responsiveness long commands are not handled correctly at the moment - e.g. FACTORY_RESET. A good solution might be to inform libraries' core (from inside NitrokeyManager.h) before running such command about that fact, so it would make additional reads repeats. Alternatively just increase read delay for execution of one command should fix this too.
Due to limiting reading repeats to fail early and improve responsiveness long commands are not handled correctly at the moment - e.g.
FACTORY_RESET
. A good solution might be to inform libraries' core (from inside NitrokeyManager.h) before running such command about that fact, so it would make additional reads repeats. Alternatively just increase read delay for execution of one command should fix this too.Regarding 7f7cfeb.
The text was updated successfully, but these errors were encountered: