From 18de0e2b2f4c59745943c0a2971adba9ef32afad Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 20 Apr 2020 12:33:29 +0200 Subject: [PATCH] Remove debug message from TasmotaSerial --- lib/TasmotaSerial-3.0.0/src/TasmotaSerial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/TasmotaSerial-3.0.0/src/TasmotaSerial.cpp b/lib/TasmotaSerial-3.0.0/src/TasmotaSerial.cpp index 947e9dcc8..c1f7fe52e 100644 --- a/lib/TasmotaSerial-3.0.0/src/TasmotaSerial.cpp +++ b/lib/TasmotaSerial-3.0.0/src/TasmotaSerial.cpp @@ -187,7 +187,7 @@ bool TasmotaSerial::begin(long speed, int stop_bits) { else { m_valid = false; } - Serial.printf("TSR: Using UART%d\n", m_uart); +// Serial.printf("TSR: Using UART%d\n", m_uart); #endif // ESP8266 - ESP32 } else { // Use getCycleCount() loop to get as exact timing as possible