We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ecb179 commit d8fa192Copy full SHA for d8fa192
targets/ESP32/CMakeLists.txt
@@ -22,7 +22,9 @@ if(ESP32_IDF_PATH)
22
endif()
23
24
25
-# WHEN CHANGING THIS MAKE SURE TO UPDATE THE DEV CONTAINERS
+# WHEN CHANGING THIS MAKE SURE TO UPDATE:
26
+# 1. the dev containers
27
+# 2. ref in AZDO pipeline yaml in Community Targets repo
28
set(ESP32_IDF_TAG "4.4.2" CACHE INTERNAL "ESP32 IDF tag")
29
30
if(NO_ESP32_IDF_PATH)
0 commit comments