Skip to content

Commit 9c4ad03

Browse files
authored
add debug path var
1 parent dc4bd63 commit 9c4ad03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

builder/frameworks/espidf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,10 @@ 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"))
337+
print("***** $PROJECT_CORE_DIR:", env.subst("$PROJECT_CORE_DIR"))
336338
LIB_SOURCE = os.path.join(env.subst("$PROJECT_CORE_DIR"), "platforms", "espressif32", "builder", "build_lib")
339+
print("***** Dummy Source path:", LIB_SOURCE)
337340
if not bool(os.path.exists(os.path.join(PROJECT_DIR, ".dummy"))):
338341
shutil.copytree(LIB_SOURCE, os.path.join(PROJECT_DIR, ".dummy"))
339342
PROJECT_SRC_DIR = os.path.join(PROJECT_DIR, ".dummy")

0 commit comments

Comments
 (0)