Skip to content

Commit

Permalink
Merge pull request project-chip#92 from KorvinSzanto/patch-1
Browse files Browse the repository at this point in the history
Fix typo in target for esp32c6
  • Loading branch information
kedars authored Aug 28, 2023
2 parents 3f48e2d + addd38c commit 188fe1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export MCU=esp32; export CARGO_TARGET_XTENSA_ESP32_ESPIDF_LINKER=ldproxy; export
* esp32s3 / xtensa-esp32s3-espidf
* esp32c3 / riscv32imc-esp-espidf
* esp32c5 / riscv32imc-esp-espidf
* esp32c6 / risxcv32imac-esp-espidf
* esp32c6 / riscv32imac-esp-espidf
* Put in `WIFI_SSID` / `WIFI_PASS` the SSID & password for your wireless router
* Flash using the `espflash` utility described in the build prerequsites' link above

Expand Down

0 comments on commit 188fe1b

Please sign in to comment.