Skip to content

Commit

Permalink
[FL-2367] Fix ikey write command hanging flipperdevices#1056
Browse files Browse the repository at this point in the history
Co-authored-by: あく <[email protected]>
  • Loading branch information
nminaylov and skotopes authored Mar 25, 2022
1 parent 76f524d commit 969d1ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions applications/ibutton/ibutton_cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ void ibutton_cli_write(Cli* cli, string_t args) {
exit = true;
break;
}

delay(100);
};

worker->stop_write();
Expand Down

0 comments on commit 969d1ef

Please sign in to comment.