serial update

This commit is contained in:
Mkassanoff
2024-12-17 17:11:44 -05:00
parent cb61c3b1ed
commit e94266350a
2 changed files with 7 additions and 5 deletions
+4 -2
View File
@@ -123,8 +123,10 @@
* Currently Ethernet (-2) is only supported on Teensy 4.1 boards.
* :[-2, -1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_2 -1
//#define BAUDRATE_2 250000 // :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] Enable to override BAUDRATE
//
#define SERIAL_PORT_2 -1
#define BAUDRATE_2 250000 // :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] Enable to override BAUDRATE
/**
* Select a third serial port on the board to use for communication with the host.