Why didn't anyone tell me there's an esp-idf component registry for ESP32 chips? This will make adding some components a lot more straightforward! https://components.espressif.com/
#ESP32 #esp_idf #Espressif
That has been hard work.
Updated a project to #ESP32 #ESP_IDF 5.1.
All went to shit.
Basically #FreeRTOS failing allocs all over - creating tasks or semaphore, etc.
But even modules with PSRAM and over 2MB left are doing it. So has to be a different heap - where and how big?!
Finally managed to revert all to 5.0.1 and working at last.
But this is going to be a bugger to get my head round!