Browse Source

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

Co-authored-by: あく <alleteam@gmail.com>
Nikolay Minaylov 3 năm trước cách đây
mục cha
commit
969d1efb6c
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      applications/ibutton/ibutton_cli.cpp

+ 2 - 0
applications/ibutton/ibutton_cli.cpp

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