and after doing that i tried to include the libs but it doesn’t recognized by the IDE
i tried to compile it anyway but i got error saying “no such file or dirrectory”
did i placed the libs incorrectly ?
i changed the lib_ldf_mode = deep still didnt fix it
English is not my main language sorry if there’s some part you didn’t understand, really apreciate help from this community thankyou
So have you just tried enabling the other codepath and use std::max instead of std::fmax. Because that at least auto-completes for me in the ESP32 environment.
Adding something like || defined(ARDUINO) would suffice in the #if defined check expresson. Or ARDUINO_ARCH_ESP32 if you want to be precise and limiting to ESP32-Arduino.