Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b018b2f

Browse files
committed
* Add more magic values for esp32-c5
1 parent ee4b83c commit b018b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

espflash/src/target/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ impl Chip {
130130
0x4361_606f, // ECO7
131131
]
132132
.contains(&value),
133-
Chip::Esp32c5 => [0x5fd1_406f].contains(&value),
133+
Chip::Esp32c5 => [0x1101_406f, 0x63e1_406f, 0x5fd1_406f].contains(&value),
134134
Chip::Esp32c6 => [0x2CE0_806F].contains(&value),
135135
Chip::Esp32h2 => [0xD7B7_3E80].contains(&value),
136136
Chip::Esp32p4 => [0x0, 0x0ADDBAD0].contains(&value),

0 commit comments

Comments
 (0)