some more output, can be disabled optionally
This commit is contained in:
@ -3,6 +3,12 @@
|
||||
|
||||
static const uint8_t COMMAND_TRANSFER_SPI = 1;
|
||||
|
||||
// Can be set to one for additional programming information from the primary
|
||||
// serial port which is usually also used to flash the Arduino
|
||||
// Can be disabled if this output interferes with the usual
|
||||
// serial communication logic
|
||||
#define PROGRAMMING_OUTPUT 1
|
||||
|
||||
#define BAUD_RATE 115200
|
||||
#define SERIAL_RX_BUFFER_SIZE 256
|
||||
#define RING_BUFFER_SIZE 100
|
||||
|
Reference in New Issue
Block a user