travis build
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
This commit is contained in:
6
crossbow/configurations/config_rx.h
Normal file
6
crossbow/configurations/config_rx.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
|
||||
#define DEVICE_MODE_RX
|
||||
|
||||
#endif
|
||||
9
crossbow/configurations/config_tx_sbus.h
Normal file
9
crossbow/configurations/config_tx_sbus.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
|
||||
#define DEVICE_MODE_TX
|
||||
|
||||
#define FEATURE_TX_OLED
|
||||
#define FEATURE_TX_INPUT_SBUS
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user