mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 23:07:17 +00:00
fix sdcard size info
This commit is contained in:
parent
05086f20d9
commit
ab0f923788
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user