mirror of
https://github.com/jscrane/r65emu.git
synced 2025-04-09 22:37:06 +00:00
format on mount if necessary
This commit is contained in:
parent
1f7bf6935e
commit
6b0f1c387d
@ -45,7 +45,7 @@ bool hardware_reset() {
|
||||
#endif
|
||||
|
||||
#if defined(USE_SPIFFS)
|
||||
success = SPIFFS.begin();
|
||||
success = SPIFFS.begin(true);
|
||||
#endif
|
||||
|
||||
#if defined(TFT_BACKLIGHT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user