Thanks to visit codestin.com Credit goes to github.com
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 ee4b83c commit b018b2fCopy full SHA for b018b2f
espflash/src/target/mod.rs
@@ -130,7 +130,7 @@ impl Chip {
130
0x4361_606f, // ECO7
131
]
132
.contains(&value),
133
- Chip::Esp32c5 => [0x5fd1_406f].contains(&value),
+ Chip::Esp32c5 => [0x1101_406f, 0x63e1_406f, 0x5fd1_406f].contains(&value),
134
Chip::Esp32c6 => [0x2CE0_806F].contains(&value),
135
Chip::Esp32h2 => [0xD7B7_3E80].contains(&value),
136
Chip::Esp32p4 => [0x0, 0x0ADDBAD0].contains(&value),
0 commit comments