diff --git a/factory/.cargo/config.toml b/factory/.cargo/config.toml index 534f72d..230e455 100644 --- a/factory/.cargo/config.toml +++ b/factory/.cargo/config.toml @@ -12,5 +12,5 @@ build-std = ["std", "panic_abort"] [env] # Note: these variables are not used when using pio builder (`cargo build --features pio`) -ESP_IDF_VERSION = "release/v5.0" +ESP_IDF_VERSION = "tag:v5.0.2" MCU = { value = "esp32c3" } diff --git a/sphinx-key/.cargo/config.toml b/sphinx-key/.cargo/config.toml index 60f9afe..227eedc 100644 --- a/sphinx-key/.cargo/config.toml +++ b/sphinx-key/.cargo/config.toml @@ -12,7 +12,7 @@ build-std = ["std", "panic_abort"] [env] # Note: these variables are not used when using pio builder (`cargo build --features pio`) -ESP_IDF_VERSION = "release/v5.0" +ESP_IDF_VERSION = "tag:v5.0.2" CC = { value = "../factory/.embuild/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-gcc", relative = true } CFLAGS = { value = "-fno-pic" } MCU = { value = "esp32c3" }