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 e481afb commit e320ae7Copy full SHA for e320ae7
espflash/src/target/mod.rs
@@ -130,7 +130,7 @@ impl Chip {
130
0x4361_606f, // ECO7
131
]
132
.contains(&value),
133
- Chip::Esp32c5 => [].contains(&value), // Empty array
+ 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