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 de1d1ce commit 6cc002cCopy full SHA for 6cc002c
esptool/targets/esp32c5.py
@@ -54,8 +54,8 @@ class ESP32C5ROM(ESP32C6ROM):
54
55
UARTDEV_BUF_NO = 0x4085F51C # Variable in ROM .bss which indicates the port in use
56
57
- # Magic value for ESP32C5
58
- CHIP_DETECT_MAGIC_VALUE = [0x1101406F]
+ # Magic values for ESP32C5 ECO0 and ECO1, respectively
+ CHIP_DETECT_MAGIC_VALUE = [0x1101406F, 0x63E1406F]
59
60
FLASH_FREQUENCY = {
61
"80m": 0xF,
0 commit comments