Are there any examples or recommendations for how to manage dfu if using micropython framework on esp32 with notecard? We are just getting into micropython and are not fully versed in the whole platform yet, but understand there may be two items here to consider.
- need to udpate the micropython firmware binary which is fairly large, but this should hopefully not be required often or at all over the life of a product.
- need to update the application firmware .py files to add features and fix potential bugs over time. These files should be fairly small.
Any guidance you can provide is appreciated!
Ed