Hi, it's literally the "hello world" example, it's my first delve into the M5 Stack, I've bought the motor/stepper/servo boards for prototyping, we've just got a couple at work to try out.
I've set up a project using PlatformIO on VS-Code to run the same "hello world" example, it's equally as slow as the Arduino IDE the first time it uploads, compiling the M5 Stack libraries seems to take a while, however subsequent uploads are much faster.
My guess is the Arduino IDE is compiling the M5 Stack libraries for every upload from scratch which is why it's taking so long whereas Platform IO doesn't, no problem, I prefer using VSCode and PIO anyway.
Thanks for your help