-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Component: CompilationRelated to compilation of Arduino sketchesRelated to compilation of Arduino sketchesType: DuplicateAnother item already exists for this topicAnother item already exists for this topicfeature requestA request to make an enhancement (not a bug fix)A request to make an enhancement (not a bug fix)
Milestone
Description
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
#include HttpServer.h
HttpServer.h
#include HttpServerUserConfig.h
File in my sketch folder:
HttpServerUserConfig.h
It is a worthy update. Plus a pretty small change:
includeFolders.add(sketch.getFolder());
Metadata
Metadata
Assignees
Labels
Component: CompilationRelated to compilation of Arduino sketchesRelated to compilation of Arduino sketchesType: DuplicateAnother item already exists for this topicAnother item already exists for this topicfeature requestA request to make an enhancement (not a bug fix)A request to make an enhancement (not a bug fix)