restore PR 9661 files & V1 fix

This commit is contained in:
Bob-the-Kuhn
2018-03-10 22:46:32 -06:00
parent 751785fc97
commit 0d8c15c01f
11 changed files with 746 additions and 227 deletions

View File

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