Skip to content

Commit 188fe1b

Browse files
authored
Merge pull request #92 from KorvinSzanto/patch-1
Fix typo in target for esp32c6
2 parents 3f48e2d + addd38c commit 188fe1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export MCU=esp32; export CARGO_TARGET_XTENSA_ESP32_ESPIDF_LINKER=ldproxy; export
3434
* esp32s3 / xtensa-esp32s3-espidf
3535
* esp32c3 / riscv32imc-esp-espidf
3636
* esp32c5 / riscv32imc-esp-espidf
37-
* esp32c6 / risxcv32imac-esp-espidf
37+
* esp32c6 / riscv32imac-esp-espidf
3838
* Put in `WIFI_SSID` / `WIFI_PASS` the SSID & password for your wireless router
3939
* Flash using the `espflash` utility described in the build prerequsites' link above
4040

0 commit comments

Comments
 (0)