-
Notifications
You must be signed in to change notification settings - Fork 642
Closed
Description
I am using the following:
- SDK version as supported by https://github.com/espressif/esp-aws-iot/tree/release/202210.01-LTS
- Platform: ESP32
The problem:
The OTA task consumes about 10kB of RAM. Calling OTA_Shutdown() should release the resources but it is not.
Confirmed with logs by checking the RAM before and after, as well as verbose logging which ends in
I (100117) AWS_OTA: OTA Agent stopped.
I am basing my code on the OTA example. In other words, the result should be reproducible by measuring the RAM watermark before aws_iot_ota() and at the end of it.
Metadata
Metadata
Assignees
Labels
No labels