mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-15 06:18:36 +00:00
The regular OTA upgrades with ESP RainMaker required an additional https connection to fetch the OTA image, which has a significant impact on heap usage. With MQTT OTA, the same MQTT channel used for rest of the RainMaker communication is used to fetch the OTA image, thereby saving on RAM. This could be slightly slower and may odd some cost. but the overall impact would be low enough when compared against the advantages. Signed-off-by: sanket.wadekar <sanket.wadekar@espressif.com> Co-authored-by: Piyush Shah <piyush.shah@espressif.com>
ESP RainMaker Agent Component
This is the main firmware agent for ESP RainMaker, which will then pull in other required components. Please check the ESP RainMaker documentation for details.