Specifying different "myconfig.h"
-
If i want to run a second 1.4 gateway for dev/testing purposes, what do i need to do to keep them separate?
To do this i understand i just need to set different values in myconfig.h.
This could be a tricky when compiling/updating "prod" sensors or test sensors . You need to shutdown IDE's, modify of copy file and relaunch the IDE.
So i was wondering if it is possible to set in the sketch which MyConfig.h file is loaded?
Might it be as simple as specifying it in
#include <MySensor.h> #include <SPI.h> #include <MyConfig_DEV.h>
Cheers,
Greg
-
No I don't think so. The Arduino IDE build system is very limited. I would have wanted to #define stuff before includes which should have make thing much easier to configure. But it is not possible from what I have googled.
I keep separate sketch paths when developing and just go to the IDEs "Preferences" and switch where it should look for sketches.
So I have (on mac):
Documents/ArduinoDev/libraries
and
Documents/Arduino/libraries
-
mmm.. Ok - thanks Hek.
I was doing similar by having multiple copies of the Arduino IDE - one with 1.3 libs and another with 1.4 but ive recently started using AtmelStudio with VisualMicro plugin. I wonder if i can change within there without restarting the IDE completely...
Suggested Topics
-
Update RF24 library to latest version
Bug Reports • 23 Mar 2014, 23:37 • andriej 24 Mar 2014, 22:52 -
Why is the output of ACS712 current measurement module unchanged?
General Discussion • 19 Jul 2021, 09:09 • Tessie T 22 days ago -
is this project dead?
General Discussion • 10 days ago • perfectom a day ago -
Which device I have to use to connect with accelerometer before connecting to my pc?
General Discussion • 24 Jan 2023, 17:16 • Yada Kijsathan 16 Mar 2025, 20:17 -
Meet in Malmö, Summer 2016?
General Discussion • 1 Feb 2016, 15:34 • bjacobse 4 Mar 2025, 00:29 -
No merge into master in the last 5 years, should we use development?
General Discussion • 23 Sept 2024, 17:48 • kiesel 26 days ago