I can compile without issues using arduino-esp32 based on ESP-IDF 4.4, but have a lot of error when try to use the same code with some version (3.x.x) based on ESP-IDF 5.x.
My guess is some code is not compatible with the new standard GNU++17 used by GCC 11.
Does anyone ported this code to new api version?