Update xdrv_50_filesystem.ino

This commit is contained in:
gemu2015 2021-01-07 11:03:02 +01:00
parent 3930bc97d7
commit 8c9c4d4d66
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ void UfsInit(void) {
} }
ufs_type = UFS_TFAT; ufs_type = UFS_TFAT;
ffsp = ufsp; ffsp = ufsp;
dfsp = ufsp;
return; return;
} }
#endif // ESP32 #endif // ESP32