I wanted to switch from the Arduino IDE environment to PlatformIO. I have a display on an ESP32-S3 for which there is an example attached. To my surprise I am not able to compile it on this platform. It generates a mass of errors when building the project. I assisted myself with artificial intelligence. It reported that PlatformaIO uses an older core. Surprisingly I can build it on Arduino 1.8.19 with warnings. Could it be that a particular example cannot be created on PlatformIO or is this due to my not knowing what the compiler is spitting out and how to remedy this?