Skip to content

Commit 9408564

Browse files
committed
Merge branch 'mdev' into dedehai_malloc
2 parents 4c93146 + 7b5e62a commit 9408564

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pio-scripts/output_bins.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def wledmm_print_build_info(env):
8080

8181
found = False
8282
for item in all_flags:
83-
if 'WLED_' in item or 'WLED_' in item[0] or 'MAX_LED' in item[0]:
83+
if 'WLED_' in item or 'WLED_' in item[0] or 'MAX_LED' in item[0] or 'JSON_' in item[0] or '_SEGMENT' in item[0]:
8484
if not 'WLED_RELEASE_NAME' in item[0] and not 'WLED_VERSION' in item[0] and not 'WLED_WATCHDOG_TIMEOUT' in item[0] and not 'WLED_DISABLE' in item and not 'WLED_USE_MY_CONFIG' in item and not 'ARDUINO_PARTITION' in item:
8585
if first: print("\nUsermods and Features:")
8686
print_my_item(item)
@@ -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] or 'STATUSLED' 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)