PlatformIO is a great IDE. I’m having trouble adding .h files to projects, for example, when using OLED displays and you want to include image files. I’ve added #include "image.h"
to the top of main.cpp Is the .h file put in the src folder, libdeps folder? Thank you