mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-22 18:26:30 +00:00
Force wait for Stop Bit
This commit is contained in:
parent
c0b69a6dde
commit
98378c1962
@ -276,6 +276,8 @@ void TasmotaSerial::rxRead()
|
||||
m_in_pos = next;
|
||||
}
|
||||
|
||||
TM_SERIAL_WAIT_RCV_LOOP; // wait for stop bit
|
||||
wait += m_bit_time / 4;
|
||||
if (loop <= 0) { break; } // exit now if not very high speed or buffer full
|
||||
|
||||
bool start_of_next_byte = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user