Skip to content

Commit bb6037b

Browse files
committed
LU debug
1 parent a8baec2 commit bb6037b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pio-scripts/load_usermods.py

+3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ def cplb_wrapper(xenv):
6969
wled_dir = xenv["PROJECT_SRC_DIR"]
7070
um_deps = [dep for dep in lib_builders if usermod_dir in Path(dep.src_dir).parents]
7171
other_deps = [dep for dep in lib_builders if usermod_dir not in Path(dep.src_dir).parents]
72+
for dep in lib_builders:
73+
print(f"Found dep: {str(dep)}")
7274
for um in um_deps:
75+
print(f"Adding properties to {str(um)} - {wled_dir}")
7376
# Add the wled folder to the include path
7477
um.env.PrependUnique(CPPPATH=wled_dir)
7578
# Add WLED's own dependencies

0 commit comments

Comments
 (0)