-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hey
started to test this library as it looks useful and perfect for our use case.
In our partition table we have partition with subtype nvs_keys and this makes ``ota.status.status()` break
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "ota/status.py", line 138, in status
File "ota/status.py", line 84, in partition_table_print
KeyError: 4I did some testing at it seems that changing following
micropython-esp32-ota/mip/ota/status.py
Line 75 in 3c87b42
| {0: "ota", 1: "phy", 2: "nvs", 129: "fat"}, # DATA subtypes |
to
{0: "ota", 1: "phy", 2: "nvs", 4: "nvs_keys", 129: "fat"},Solves the issue.
I can do PR, but I'm not sure what is the build process of building corresponding .mpy file.
Metadata
Metadata
Assignees
Labels
No labels