Commit 1c481d2
committed
fix: M20 F: list binary files without ProUI
This addresses MarlinFirmware#24332.
Likely MarlinFirmware#23878 introduced a change, where M20 F listed binary only when
DO_LIST_BIN_FILES was set, which in turn was only set indirectly by
DWIN_LCD_PROUI.
This fix re-enables listing ".BIN"-files when CUSTOM_FIRMWARE_UPLOAD is
configured, as documented for M20.
".BIN" files are only listed for M20 F, not in the UI on the printer.
Signed-off-by: Hannes Weisbach <[email protected]>1 parent 66474f6 commit 1c481d2
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
| 303 | + | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
0 commit comments