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 a153177 commit 44c65ffCopy full SHA for 44c65ff
espflash/src/flasher.rs
@@ -71,7 +71,9 @@ impl Command {
71
)
72
}
73
match self {
74
- Command::FlashBegin => calc_timeout(ERASE_REGION_TIMEOUT_PER_MB, size),
+ Command::FlashBegin | Command::FlashDeflateBegin => {
75
+ calc_timeout(ERASE_REGION_TIMEOUT_PER_MB, size)
76
+ }
77
Command::FlashData | Command::FlashDeflateData => {
78
calc_timeout(ERASE_WRITE_TIMEOUT_PER_MB, size)
79
0 commit comments