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 56f9c60 commit 5806b6eCopy full SHA for 5806b6e
builder/frameworks/espidf.py
@@ -1102,6 +1102,8 @@ def generate_mbedtls_bundle(sdk_config):
1102
if env.subst("$PROJECT_SRC_DIR") != os.path.join(env.subst("$PROJECT_DIR"), "main"):
1103
extra_components.append(env.subst("$PROJECT_SRC_DIR"))
1104
if "arduino" in env.subst("$PIOFRAMEWORK"):
1105
+ print("Warning! Arduino framework as an ESP-IDF component doesn't handle "
1106
+ "the `variant` field! The default `esp32` variant will be used.")
1107
extra_components.append(ARDUINO_FRAMEWORK_DIR)
1108
1109
print("Reading CMake configuration...")
0 commit comments