From ab0f923788649b3c804a5959c4edbba1ac762d56 Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Sun, 10 Jan 2021 19:42:33 +0100 Subject: [PATCH] fix sdcard size info --- 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 466606d2b..d61093d02 100644 --- a/tasmota/xdrv_50_filesystem.ino +++ b/tasmota/xdrv_50_filesystem.ino @@ -181,7 +181,7 @@ void UfsCheckSDCardInit(void) { #endif // USE_SDCARD uint32_t UfsInfo(uint32_t sel, uint32_t type) { - uint32_t result = 0; + uint64_t result = 0; FS *ifsp = ufsp; uint8_t itype = ufs_type; if (type) {