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