[esp32] Add ESP-IDF 6.0.1 platform entry (#16146)

This commit is contained in:
Jonathan Swoboda
2026-04-29 18:43:15 -04:00
committed by GitHub
parent 77da64a367
commit e4b33fddf5

View File

@@ -729,6 +729,9 @@ ESP_IDF_FRAMEWORK_VERSION_LOOKUP = {
"dev": cv.Version(5, 5, 4),
}
ESP_IDF_PLATFORM_VERSION_LOOKUP = {
cv.Version(
6, 0, 1
): "https://github.com/pioarduino/platform-espressif32.git#prep_IDF6",
cv.Version(
6, 0, 0
): "https://github.com/pioarduino/platform-espressif32.git#prep_IDF6",