Hello new friends:
Is there a way for PIO to add a global dir to the include path as well as the include dir in the project?
I’d like this to either happen when I create a new project, or, it should simply be part of the global path.
Over the years, I have created several .h files I always include in my projects.
I understand I can copy them into my project include directory each time I create anew, but I don’t like making redundant .h files. That way when I find a bug in it I can fix it in all my projects at once.
Thanks, Mark.