1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-23 02:35:31 +00:00

🐛 Mount media early for POWER_LOSS_RECOVERY (#27177)

This commit is contained in:
ellensp 2024-06-16 13:14:46 +12:00 committed by Scott Lahteine
parent 1f8587d312
commit 53392f39a4

View File

@ -1329,7 +1329,7 @@ void setup() {
#endif
#endif
#if ALL(HAS_MEDIA, SDCARD_EEPROM_EMULATION)
#if HAS_MEDIA && ANY(SDCARD_EEPROM_EMULATION, POWER_LOSS_RECOVERY)
SETUP_RUN(card.mount()); // Mount media with settings before first_load
#endif