SERIAL_PORT_3

MarlinFirmware/Marlin#21784
This commit is contained in:
Scott Lahteine 2021-05-06 22:43:52 -05:00
parent a51d0c2b82
commit 167bc83858
265 changed files with 1855 additions and 0 deletions

View file

@ -124,6 +124,13 @@
* `------------´---------------------´
*/
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/**
* This setting determines the communication speed of the printer.
*