Prevent BOARD_NAME conflict with env
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
#define ARMED_V1_1
|
||||
#endif
|
||||
|
||||
#undef BOARD_NAME // Defined on the command line by Arduino Core STM32
|
||||
#define BOARD_NAME "Arm'ed"
|
||||
#define DEFAULT_MACHINE_NAME BOARD_NAME
|
||||
#undef BOARD_INFO_NAME // Defined on the command line by Arduino Core STM32
|
||||
#define BOARD_INFO_NAME "Arm'ed"
|
||||
#define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
|
||||
|
||||
#define I2C_EEPROM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user