mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-02-11 18:55:05 +01:00
hardlink esp idf to tag v4.4.1
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user