We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7399e2 commit 6906e61Copy full SHA for 6906e61
CMakeLists.txt
@@ -8,6 +8,7 @@
8
set(min_supported_idf_version "5.1.0")
9
set(max_supported_idf_version "5.1.99")
10
set(idf_version "${IDF_VERSION_MAJOR}.${IDF_VERSION_MINOR}.${IDF_VERSION_PATCH}")
11
+set(ENV{IDF_COMPONENT_OVERWRITE_MANAGED_COMPONENTS} 1)
12
13
if ("${idf_version}" AND NOT "$ENV{ARDUINO_SKIP_IDF_VERSION_CHECK}")
14
if (idf_version VERSION_LESS min_supported_idf_version)
0 commit comments