mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 15:07:34 -06:00
Ethernet + telnet support
This commit is contained in:
parent
247f66e13c
commit
9d4c407dc4
407 changed files with 1759 additions and 218 deletions
|
@ -107,7 +107,8 @@
|
|||
|
||||
/**
|
||||
* Select a secondary serial port on the board to use for communication with the host.
|
||||
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
|
||||
* 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 3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue