mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
compile errors
This commit is contained in:
@@ -989,7 +989,7 @@ void EMSESP::incoming_telegram(uint8_t * data, const uint8_t length) {
|
||||
// first send delayed after connect
|
||||
if ((uuid::get_uptime_ms() - delayed_tx_start_) < tx_delay_) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef EMSESP_UART_DEBUG
|
||||
char s[4];
|
||||
|
||||
Reference in New Issue
Block a user