1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-06-08 23:29:28 +00:00

format on mount if necessary

This commit is contained in:
Stephen Crane 2018-09-06 13:09:19 +01:00
parent 1f7bf6935e
commit 6b0f1c387d

View File

@ -45,7 +45,7 @@ bool hardware_reset() {
#endif #endif
#if defined(USE_SPIFFS) #if defined(USE_SPIFFS)
success = SPIFFS.begin(); success = SPIFFS.begin(true);
#endif #endif
#if defined(TFT_BACKLIGHT) #if defined(TFT_BACKLIGHT)