We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d92102 commit a56ae9fCopy full SHA for a56ae9f
espflash/src/connection.rs
@@ -90,7 +90,7 @@ impl Connection {
90
self.with_timeout(CommandType::Sync.timeout(), |connection| {
91
connection.write_command(Command::Sync)?;
92
connection.flush()?;
93
-
+ sleep(Duration::from_millis(10));
94
for _ in 0..100 {
95
match connection.read_response()? {
96
Some(response) if response.return_op == CommandType::Sync as u8 => {
0 commit comments