[FL-2367] Fix ikey write command hanging #1056

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Nikolay Minaylov 2022-03-25 17:54:23 +03:00 committed by GitHub
parent 76f524d4e9
commit 969d1efb6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,6 +164,8 @@ void ibutton_cli_write(Cli* cli, string_t args) {
exit = true;
break;
}
delay(100);
};
worker->stop_write();