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) {