We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abd056 commit 76cf2d4Copy full SHA for 76cf2d4
1 file changed
pio-scripts/output_bins.py
@@ -80,7 +80,7 @@ def wledmm_print_build_info(env):
80
81
found = False
82
for item in all_flags:
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]:
+ 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] or '_HEAP' in item[0]:
84
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:
85
if first: print("\nUsermods and Features:")
86
print_my_item(item)
0 commit comments