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 -
Which device I have to use to connect with accelerometer before connecting to my pc?
General Discussion • 24 Jan 2023, 17:16 • Yada Kijsathan 28 days ago -
ESP-NOW
General Discussion • 22 Apr 2018, 05:58 • NeverDie 17 Feb 2025, 22:24 -
Is it possible to extract child ID from a just sent message?
General Discussion • 8 Nov 2021, 09:21 • Nigel31 14 days ago -
Code Garage to the rescue.
General Discussion • 11 Jan 2025, 11:25 • skywatch 4 days ago -
ESP32 with LoRa
General Discussion • 31 Jan 2023, 11:06 • dhanushmh 12 days ago