hardlink esp idf to tag v4.4.1

This commit is contained in:
Evan Feenstra
2022-07-18 14:45:44 -07:00
parent 2a00ad15e6
commit 4a43230d08

View File

@@ -29,6 +29,6 @@ build-std-features = ["panic_immediate_abort"] # Required for older ESP-IDF vers
[env]
# Note: these variables are not used when using pio builder
# Enables the esp-idf-sys "native" build feature (`cargo build --features native`) to build against ESP-IDF stable (v4.4)
ESP_IDF_VERSION = { value = "branch:release/v4.4" }
ESP_IDF_VERSION = { value = "tag:v4.4.1" }
# Enables the esp-idf-sys "native" build feature (`cargo build --features native`) to build against ESP-IDF master (mainline)
#ESP_IDF_VERSION = { value = "master" }