8000 [ESP32] Partition.find(label='x') not supported. · Issue #5378 · micropython/micropython · GitHub
[go: up one dir, main page]

Skip to content
[ESP32] Partition.find(label='x') not supported. #5378
Closed
@nevercast

Description

@nevercast

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0