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 4297771 commit 0b8f61bCopy full SHA for 0b8f61b
espflash/src/flash_target/esp32.rs
@@ -108,7 +108,7 @@ impl FlashTarget for Esp32Target {
108
blocks: block_count as u32,
109
block_size: FLASH_WRITE_SIZE as u32,
110
offset: addr,
111
- supports_encryption: self.chip != Chip::Esp32,
+ supports_encryption: self.chip != Chip::Esp32 && !self.use_stub,
112
})?;
113
Ok(())
114
},
0 commit comments