Skip to content

Commit 074f8bc

Browse files
committed
docs: Update esp-flasher-stub link
1 parent f06de40 commit 074f8bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

espflash/resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ The bootloaders have been built by hand from ESP-IDF, using the `release/v5.1` b
44
https://github.com/espressif/esp-idf/tree/release/v5.1
55

66
The ESP32s flasher stubs are taken from the **esp-rs/esp-flasher-stub** repository:
7-
https://github.com/esp-rs/esp-flasher-stub/latests
7+
https://github.com/esp-rs/esp-flasher-stub/releases/latest
88
The ESP8266 flasher stub is taken from the **espressif/esptool** repository:
99
https://github.com/espressif/esptool/tree/master/esptool/targets/stub_flasher

espflash/src/targets/esp32c3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use crate::{
1212
const CHIP_DETECT_MAGIC_VALUES: &[u32] = &[
1313
0x6921_506f, // ECO1 + ECO2
1414
0x1b31_506f, // ECO3
15-
0x4881606F, // ECO6
15+
0x4881_606F, // ECO6
1616
0x4361_606f, // ECO7
1717
];
1818

0 commit comments

Comments
 (0)