From 32e4aa2a52f0bdbf8025799d79c9de8b89754e11 Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:51:07 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Simulator=20TCP=20port=20localhost:?= =?UTF-8?q?8099=20(#1077)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/Simulator/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/examples/Simulator/Configuration.h b/config/examples/Simulator/Configuration.h index 20b3788d31..f4e766d851 100644 --- a/config/examples/Simulator/Configuration.h +++ b/config/examples/Simulator/Configuration.h @@ -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 /**