mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-25 23:37:16 +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
|
#endif // USE_SDCARD
|
||||||
|
|
||||||
uint32_t UfsInfo(uint32_t sel, uint32_t type) {
|
uint32_t UfsInfo(uint32_t sel, uint32_t type) {
|
||||||
uint32_t result = 0;
|
uint64_t result = 0;
|
||||||
FS *ifsp = ufsp;
|
FS *ifsp = ufsp;
|
||||||
uint8_t itype = ufs_type;
|
uint8_t itype = ufs_type;
|
||||||
if (type) {
|
if (type) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user