Skip to content
Draft
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rustflags = ["--cfg", "espidf_time64"]

[env]
ESP_IDF_SDKCONFIG_DEFAULTS = ".github/configs/sdkconfig.defaults"
ESP_IDF_VERSION = "v5.1.2"
ESP_IDF_VERSION = "v5.2"

[unstable]
build-std = ["std", "panic_abort"]
Loading