Skip to content

Commit

Permalink
⬆️ update esp-idf release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vollbrecht authored and SergioGasquez committed Mar 4, 2024
1 parent f9b4126 commit 8d0403c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cargo/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ build-std = ["core", "alloc", "panic_abort"]
MCU="{{ mcu }}"
# Note: this variable is not used by the pio builder (`cargo build --features pio`)
{%- if espidfver == "v4.4" %}
ESP_IDF_VERSION = "v4.4.6"
ESP_IDF_VERSION = "v4.4.7"
{% elsif espidfver == "v5.1" %}
ESP_IDF_VERSION = "v5.1.2"
ESP_IDF_VERSION = "v5.1.3"
{% elsif espidfver == "master" %}
ESP_IDF_VERSION = "master"
{% endif %}

0 comments on commit 8d0403c

Please sign in to comment.