Remove debug message from TasmotaSerial

This commit is contained in:
Theo Arends 2020-04-20 12:33:29 +02:00
parent 0d48f5a4a8
commit 18de0e2b2f
1 changed files with 1 additions and 1 deletions

View File

@ -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