From f6d47fb354f342e58237a610a8600cb58518d1aa Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Fri, 8 Jan 2021 20:05:54 +0100 Subject: [PATCH] Update xdrv_50_filesystem.ino --- tasmota/xdrv_50_filesystem.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdrv_50_filesystem.ino b/tasmota/xdrv_50_filesystem.ino index 46aa0e9d6..527b43dd6 100644 --- a/tasmota/xdrv_50_filesystem.ino +++ b/tasmota/xdrv_50_filesystem.ino @@ -471,7 +471,7 @@ void UfsDirectory(void) { WSContentSend_P(UFS_FORM_FILE_UPGc, WebColor(COL_TEXT), ts, fs); 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);