Add sketch path to the compile include path #3635
Labels
Component: Compilation
Related to compilation of Arduino sketches
feature request
A request to make an enhancement (not a bug fix)
Type: Duplicate
Another item already exists for this topic
Milestone
When writing large complicated programs such as ones that use graphics, often it is need to have a header file (i.e. myconfig.h) that gets included from libraries. This file contains options such as which graphics card to use. In this case the board specific network config is loaded in the users configuration folder.
Sketch
MyHttpServer.ino
HttpServer.h
File in my sketch folder:
HttpServerUserConfig.h
It is a worthy update. Plus a pretty small change:
The text was updated successfully, but these errors were encountered: