mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Update xdrv_50_filesystem.ino
This commit is contained in:
parent
b7e94080b4
commit
f6d47fb354
@ -471,7 +471,7 @@ void UfsDirectory(void) {
|
|||||||
WSContentSend_P(UFS_FORM_FILE_UPGc, WebColor(COL_TEXT), ts, fs);
|
WSContentSend_P(UFS_FORM_FILE_UPGc, WebColor(COL_TEXT), ts, fs);
|
||||||
|
|
||||||
if (ufs_dir) {
|
if (ufs_dir) {
|
||||||
WSContentSend_P(UFS_FORM_FILE_UPGc1, WiFi.localIP().toString().c_str(),ufs_dir == 1 ? 2:1, ufs_dir == 1 ? "UFS":"FFS");
|
WSContentSend_P(UFS_FORM_FILE_UPGc1, WiFi.localIP().toString().c_str(),ufs_dir == 1 ? 2:1, ufs_dir == 1 ? "SDCard":"FlashFS");
|
||||||
}
|
}
|
||||||
WSContentSend_P(UFS_FORM_FILE_UPGc2);
|
WSContentSend_P(UFS_FORM_FILE_UPGc2);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user