compile errors

This commit is contained in:
proddy
2020-12-15 21:11:18 +01:00
parent 4060d1045e
commit 6c7309b9a9
2 changed files with 45 additions and 33 deletions

View File

@@ -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];