mirror of
https://github.com/esp-rs/espflash.git
synced 2026-04-09 16:15:20 +00:00
Fix typo in supported target for ESP32-C3
This commit is contained in:
@@ -56,7 +56,7 @@ impl ChipType for Esp32c3 {
|
||||
&[ImageFormatId::Bootloader, ImageFormatId::DirectBoot];
|
||||
|
||||
const SUPPORTED_TARGETS: &'static [&'static str] =
|
||||
&["riscv32imc-uknown-none-elf", "riscv32imc-esp-espidf"];
|
||||
&["riscv32imc-unknown-none-elf", "riscv32imc-esp-espidf"];
|
||||
|
||||
fn chip_features(&self, _connection: &mut Connection) -> Result<Vec<&str>, Error> {
|
||||
Ok(vec!["WiFi"])
|
||||
|
||||
Reference in New Issue
Block a user