blob: 45b8686c5505d7a683c4bf8ed48f45be36c2a9c1 [file] [log] [blame]
from esp32 import Partition
bdev = Partition.find(Partition.TYPE_DATA, label='vfs')
bdev = bdev[0] if bdev else None