Search found 1 match
- Sun Jan 26, 2020 9:22 pm
- Forum: ESP32 Arduino
- Topic: Heap tracing on ESP32 Arduino
- Replies: 0
- Views: 1950
Heap tracing on ESP32 Arduino
Hi, I am currently working on an ESP32 project (on PlatformIO) that involves getting data over HTTPS and displaying it on a screen. This works fine, however, I discovered that after every request available heap is shrinking. I would like to enable heap tracing to find the memory leak, but I do not k...