When trying to find a partition by label only, on ESP32, the returned list is empty. ``` >>> Partition.find(label='ident') [] >>> Partition.find(type=0x5A) [<Partition type=90, subtype=0, address=36864, size=24576, label=ident, encrypted=0>] ``` If its not too much effort, it would be nice to just give the label name and find the partition.