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 cfacd40 commit 1d97d31Copy full SHA for 1d97d31
espflash/src/command.rs
@@ -17,7 +17,7 @@ const ERASE_CHIP_TIMEOUT: Duration = Duration::from_secs(120);
17
const MEM_END_TIMEOUT: Duration = Duration::from_millis(50);
18
const SYNC_TIMEOUT: Duration = Duration::from_millis(100);
19
const FLASH_DEFLATE_END_TIMEOUT: Duration = Duration::from_secs(10);
20
-const FLASH_MD5_TIMEOUT: Duration = Duration::from_secs(8);
+const FLASH_MD5_TIMEOUT: Duration = Duration::from_secs(20);
21
22
/// Input data for SYNC command (36 bytes: 0x07 0x07 0x12 0x20, followed by
23
/// 32 x 0x55)
0 commit comments