You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wokwi is an ESP32 simulator. And it supports a FAT16 microSD card. However, VolumeManager::open_volume always returns the following error:
Error::FormatError("Partition type not supported")
I tried different volume numbers, same result. What might be the issue? Have you tried using the project with wokwi? Is it possible that their FAT16 is something esoteric?
The text was updated successfully, but these errors were encountered:
wokwi is an ESP32 simulator. And it supports a FAT16 microSD card. However,
VolumeManager::open_volume
always returns the following error:I tried different volume numbers, same result. What might be the issue? Have you tried using the project with wokwi? Is it possible that their FAT16 is something esoteric?
The text was updated successfully, but these errors were encountered: