Open hasanen opened 3 weeks ago
From the micropython directory, you should be able to use this command (replacing FILENAME with the python file you would like to convert)
./tools/mpy-tool.py -f FILENAME
Let me know if that works!
Sorry for the slow response on this issue. I've been on holiday for the last 3 weeks. Your fix looks good, though it was not intended that the app crash on unidentified partition types. I'll fix that as well and post an update.
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()
breakI did some testing at it seems that changing following https://github.com/glenn20/micropython-esp32-ota/blob/3c87b425edee75e2ff4cfe77e096bfdc8ee3e25d/mip/ota/status.py#L75
to
Solves the issue.
I can do PR, but I'm not sure what is the build process of building corresponding .mpy file.