Skip to content

Commit e11caec

Browse files
committed
show statusled PIN in build info
1 parent 5686675 commit e11caec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pio-scripts/output_bins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def wledmm_print_build_info(env):
100100

101101
first = True
102102
for item in all_flags:
103-
if 'PIN' in item[0] or 'PIN' in item or 'DMTYPE' in item[0]:
103+
if 'PIN' in item[0] or 'PIN' in item or 'DMTYPE' in item[0] or 'STATUSLED' in item[0]:
104104
if first: print("Default PINs:")
105105
print_my_item(item)
106106
first = False

0 commit comments

Comments
 (0)