mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Remove debug message from TasmotaSerial
This commit is contained in:
parent
0d48f5a4a8
commit
18de0e2b2f
@ -187,7 +187,7 @@ bool TasmotaSerial::begin(long speed, int stop_bits) {
|
|||||||
else {
|
else {
|
||||||
m_valid = false;
|
m_valid = false;
|
||||||
}
|
}
|
||||||
Serial.printf("TSR: Using UART%d\n", m_uart);
|
// Serial.printf("TSR: Using UART%d\n", m_uart);
|
||||||
#endif // ESP8266 - ESP32
|
#endif // ESP8266 - ESP32
|
||||||
} else {
|
} else {
|
||||||
// Use getCycleCount() loop to get as exact timing as possible
|
// Use getCycleCount() loop to get as exact timing as possible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user