Simulator TCP port localhost:8099 (#1077)

This commit is contained in:
Keith Bennett 2024-07-11 13:51:07 -07:00 committed by GitHub
parent 1bec16eb95
commit 32e4aa2a52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,7 +118,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 -1
//#define SERIAL_PORT_2 3 // Raw TCP connection on localhost:8099
//#define BAUDRATE_2 250000 // :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] Enable to override BAUDRATE
/**