I'm a newbie and I'm successfully experimenting with the ESP-MDF OTA.
I'm interested in the following function of the "Mupgrade" solution (https://github.com/espressif/esp-mdf/bl ... pgrade.rst):
Is there any example to accomplish this result?Revert to an earlier version: The device can be reverted to a previous version using specific approaches, such as triggering GPIO, or cutting the power supply and rebooting for multiple times.
I'm looking for a solution that allows me to revert to the factory partition only toggling the power supply (without the use of buttons or commands).
Thank you in advance for any help!