lvgl_esp32_drivers icon indicating copy to clipboard operation
lvgl_esp32_drivers copied to clipboard

Add a delay to avoid filling the log

Open nicklasb opened this issue 2 years ago • 0 comments

I added this to be able to be able to track down a memory leak that doesn't happen for a long time, without it the driver immediately filling up any reasonable scrollback.

Also, IMHO there is no reason to hammer heap_caps_malloc as that probably just prolongs any time it would take for the memory to be available. And likely more than most delays.

Just a though.

nicklasb avatar May 15 '22 09:05 nicklasb