different configurations are specified in the configurations directory to select one copy it replcing the config.h file (as the travis script does) or change the include file directive in crossbow.ino
7 lines
66 B
C
7 lines
66 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define DEVICE_MODE_RX
|
|
|
|
#endif
|