some more output, can be disabled optionally

This commit is contained in:
2020-10-13 00:56:03 +02:00
parent da92a31910
commit 51554fe4a6
2 changed files with 15 additions and 6 deletions

View File

@ -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