format on mount if necessary

This commit is contained in:
Stephen Crane 2018-09-06 13:09:19 +01:00
parent 1f7bf6935e
commit 6b0f1c387d
1 changed files with 1 additions and 1 deletions

View File

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