Skip to content
Snippets Groups Projects
Commit e56f8016 authored by Danil Martynenko's avatar Danil Martynenko
Browse files

[*] non-critical reset error

parent 08e150ff
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@ void DapCmdResetSerialKey::handleError(int code, const QString& message)
switch (code) {
case 1:
// Code 1 indicates a non-critical reset error that allows clearing the local key storage.
// In this case, the user will not lose the key if it is still valid.
emit sigResetSerialKeyError(message);
break;
case 2:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment