Fix serial ports for MKS without USB serial (#316)

This commit is contained in:
Jason Smith 2020-11-07 00:17:57 -08:00 committed by GitHub
parent 5af2bc7d99
commit 6851d902cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 10 deletions

View file

@ -103,14 +103,14 @@
*
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
#define SERIAL_PORT -1
#define SERIAL_PORT 1
/**
* Select a secondary serial port on the board to use for communication with the host.
* 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 SERIAL_PORT_2 -1
/**
* This setting determines the communication speed of the printer.