show statusled PIN in build info

This commit is contained in:
Frank
2026-01-09 17:08:06 +01:00
parent 56866752ee
commit e11caec723

View File

@@ -100,7 +100,7 @@ def wledmm_print_build_info(env):
first = True
for item in all_flags:
if 'PIN' in item[0] or 'PIN' in item or 'DMTYPE' in item[0]:
if 'PIN' in item[0] or 'PIN' in item or 'DMTYPE' in item[0] or 'STATUSLED' in item[0]:
if first: print("Default PINs:")
print_my_item(item)
first = False