Skip to content

Commit

Permalink
debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Sep 29, 2024
1 parent 8a9a8ab commit a23a4fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/frameworks/espidf.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
print("Build Flags", env.subst("$BUILD_FLAGS"))
print("Build UnFlags", env.subst("$BUILD_UNFLAGS"))
print("Source Dir", PROJECT_SRC_DIR)
print("Custom Pio sdkconfig", env.GetProjectOption("custom_sdkconfig").splitlines())

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

0 comments on commit a23a4fc

Please sign in to comment.