Merge pull request #92 from KorvinSzanto/patch-1

Fix typo in target for esp32c6
This commit is contained in:
Kedar Sovani 2023-08-28 07:19:51 +05:30 committed by GitHub
commit 188fe1b5af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ export MCU=esp32; export CARGO_TARGET_XTENSA_ESP32_ESPIDF_LINKER=ldproxy; export
* esp32s3 / xtensa-esp32s3-espidf * esp32s3 / xtensa-esp32s3-espidf
* esp32c3 / riscv32imc-esp-espidf * esp32c3 / riscv32imc-esp-espidf
* esp32c5 / 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 * 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 * Flash using the `espflash` utility described in the build prerequsites' link above