From addd38c4a616461b07012559e500c9ea01f798f4 Mon Sep 17 00:00:00 2001 From: Korvin Szanto Date: Sun, 27 Aug 2023 12:36:02 -0700 Subject: [PATCH] Fix typo in target for esp32c6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a3dad3..d0cf10e 100644 --- a/README.md +++ b/README.md @@ -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