From c9f1b91bbe6afc88e0305d5421b94b3a726ace9f Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Thu, 22 Dec 2022 12:48:16 +0100 Subject: [PATCH] Set correct default baudrate and port number for ESP wifi module. This fixes #406. --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index ff076f99..8786f3c5 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -211,8 +211,8 @@ * 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 BAUDRATE_2 250000 // :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] Enable to override BAUDRATE +// #define SERIAL_PORT_2 2 +// #define BAUDRATE_2 500000 // :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] Enable to override BAUDRATE /** * Select a third serial port on the board to use for communication with the host.