mirror of https://github.com/arendst/Tasmota.git
Update xdrv_50_filesystem.ino
This commit is contained in:
parent
3930bc97d7
commit
8c9c4d4d66
|
@ -156,6 +156,7 @@ void UfsInit(void) {
|
|||
}
|
||||
ufs_type = UFS_TFAT;
|
||||
ffsp = ufsp;
|
||||
dfsp = ufsp;
|
||||
return;
|
||||
}
|
||||
#endif // ESP32
|
||||
|
|
Loading…
Reference in New Issue