mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
minor text change
This commit is contained in:
@@ -250,7 +250,7 @@ EMSUART_STATUS ICACHE_FLASH_ATTR EMSuart::transmit(uint8_t * buf, uint8_t len) {
|
|||||||
return EMS_TX_STATUS_OK; // nothing to send
|
return EMS_TX_STATUS_OK; // nothing to send
|
||||||
}
|
}
|
||||||
#ifdef EMSESP_DEBUG
|
#ifdef EMSESP_DEBUG
|
||||||
LOG_INFO(F("UART Responsetime: %d ms"), uuid::get_uptime() - emsRxTime);
|
LOG_INFO(F("(debug) UART Response time: %d ms"), uuid::get_uptime() - emsRxTime);
|
||||||
#endif
|
#endif
|
||||||
// if ((uuid::get_uptime() - emsRxTime) > EMS_RX_TO_TX_TIMEOUT)) { // send allowed within 20 ms
|
// if ((uuid::get_uptime() - emsRxTime) > EMS_RX_TO_TX_TIMEOUT)) { // send allowed within 20 ms
|
||||||
// return EMS_TX_WTD_TIMEOUT;
|
// return EMS_TX_WTD_TIMEOUT;
|
||||||
|
|||||||
Reference in New Issue
Block a user