mirror of
https://github.com/jscrane/r65emu.git
synced 2025-08-05 05:26:24 +00:00
format on mount if necessary
This commit is contained in:
@@ -45,7 +45,7 @@ bool hardware_reset() {
|
||||
#endif
|
||||
|
||||
#if defined(USE_SPIFFS)
|
||||
success = SPIFFS.begin();
|
||||
success = SPIFFS.begin(true);
|
||||
#endif
|
||||
|
||||
#if defined(TFT_BACKLIGHT)
|
||||
|
Reference in New Issue
Block a user