Skip to content

Commit

Permalink
docs: Update esp-flasher-stub link
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Jan 15, 2024
1 parent f06de40 commit 074f8bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion espflash/resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ The bootloaders have been built by hand from ESP-IDF, using the `release/v5.1` b
https://github.com/espressif/esp-idf/tree/release/v5.1

The ESP32s flasher stubs are taken from the **esp-rs/esp-flasher-stub** repository:
https://github.com/esp-rs/esp-flasher-stub/latests
https://github.com/esp-rs/esp-flasher-stub/releases/latest
The ESP8266 flasher stub is taken from the **espressif/esptool** repository:
https://github.com/espressif/esptool/tree/master/esptool/targets/stub_flasher
2 changes: 1 addition & 1 deletion espflash/src/targets/esp32c3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::{
const CHIP_DETECT_MAGIC_VALUES: &[u32] = &[
0x6921_506f, // ECO1 + ECO2
0x1b31_506f, // ECO3
0x4881606F, // ECO6
0x4881_606F, // ECO6
0x4361_606f, // ECO7
];

Expand Down

0 comments on commit 074f8bc

Please sign in to comment.