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
18 lines
320 B
C
18 lines
320 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define DEVICE_MODE_TX
|
|
// #define DEVICE_MODE_RX
|
|
|
|
#define FEATURE_TX_OLED
|
|
// #define FORCE_TX_WITHOUT_INPUT
|
|
#define FEATURE_TX_INPUT_PPM
|
|
// #define FEATURE_TX_INPUT_SBUS
|
|
|
|
// #define DEBUG_SERIAL
|
|
// #define DEBUG_PING_PONG
|
|
// #define DEBUG_LED
|
|
// #define DEBUG_TX_INPUT_ON_OLED
|
|
|
|
#endif
|