This commit is contained in:
Stephan Hadinger 2019-09-10 10:37:06 +02:00
parent 8df36a2082
commit a6f68f8612
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ int TasmotaSerial::available()
#else
#define TM_SERIAL_WAIT_SND { while (ESP.getCycleCount() < (wait + start)); wait += m_bit_time; }
#define TM_SERIAL_WAIT_RCV { while (ESP.getCycleCount() < (wait + start)); wait += m_bit_time; }
#define TM_SERIAL_WAIT_RCV_LOOP { while (ESP.getCycleCount() < (wait + start)); }
#endif
size_t TasmotaSerial::write(uint8_t b)