Closed
Description
Is your feature request related to a problem?
I wrote an extension of the OTA component for esphome. There I am able to update the partition table OTA.
In order to allow the new partitions to be used without reboot I had to call esp-idf unload_partitions. I have done this by adding my own definition as currently this function is not public.
I need to avoid the reboot since I also need to update the app partition in the same session - this allows changes in partition table sizes and migrations from different firmwares. More info in the PR.
Describe the solution you'd like.
Move
Describe alternatives you've considered.
Rebooting after updating the partition table but this does not work when updating the app partition addresses/sizes
Additional context.
Happy to provide a PR
Activity