Skip to content

Commit 6ba8276

Browse files
authored
Update espidf.py
1 parent 9c4ad03 commit 6ba8276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/espidf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def HandleCOMPONENTsettings(env):
333333

334334
if flag_custom_sdkonfig == True and "arduino" in env.subst("$PIOFRAMEWORK"):
335335
HandleArduinoIDFsettings(env)
336-
print("***** $PROJECT_LIBDEPS_DIR:", env.subst("$PROJECT_LIBDEPS_DIR"))
336+
print("***** $PROJECT_PLATFORMS_DIR:", env.subst("$PROJECT_PLATFORMS_DIR"))
337337
print("***** $PROJECT_CORE_DIR:", env.subst("$PROJECT_CORE_DIR"))
338338
LIB_SOURCE = os.path.join(env.subst("$PROJECT_CORE_DIR"), "platforms", "espressif32", "builder", "build_lib")
339339
print("***** Dummy Source path:", LIB_SOURCE)

0 commit comments

Comments
 (0)