Skip to content

Commit

Permalink
Update espidf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Sep 29, 2024
1 parent 90ce16b commit 8dc590b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builder/frameworks/espidf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
os.path.join(PROJECT_DIR, "sdkconfig.%s" % env.subst("$PIOENV")),
))

print("Build Flags", env.subst("$BUILD_FLAGS"))
print("Source Dir", PROJECT_SRC_DIR)

def get_project_lib_includes(env):
project = ProjectAsLibBuilder(env, "$PROJECT_DIR")
Expand Down

0 comments on commit 8dc590b

Please sign in to comment.