Skip to content

Commit

Permalink
fix: Broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Mar 22, 2024
1 parent c877744 commit 999f769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/troubleshooting/std.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ project and it will flash the bootloader and partition table that is built for y

If you want to use `espflash`, you can specify an appropriate bootloader and partition table using `--bootloader` and `--partition-table`. You can find the bootloader in `target/<your MCU's target folder>/<debug or release depending on your build>/bootloader.bin` and partition table in `target/<your MCU's target folder>/<debug or release depending on your build>/partition-table.bin`

[sdkconfig]: ttps://github.com/esp-rs/esp-idf-sys/blob/master/BUILD-OPTIONS.md#sdkconfig
[sdkconfig]: https://github.com/esp-rs/esp-idf-sys/blob/master/BUILD-OPTIONS.md#sdkconfig
[cargo-espflash-bootloader]: https://github.com/esp-rs/espflash/tree/main/cargo-espflash#bootloader-and-partition-table

## Environment Variable `LIBCLANG_PATH` Not Set
Expand Down

0 comments on commit 999f769

Please sign in to comment.