Skip to content

Commit

Permalink
enable uart 2
Browse files Browse the repository at this point in the history
  • Loading branch information
crocsg committed Sep 12, 2023
1 parent 2daab30 commit b0360f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Firmware/configuration/mega2560/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
* 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 2
//#define BAUDRATE_2 250000 // :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] Enable to override BAUDRATE
#define SERIAL_PORT_2 2
#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.
Expand Down

0 comments on commit b0360f6

Please sign in to comment.