fix 1886 raw telegram

This commit is contained in:
MichaelDvP
2024-07-23 17:19:56 +02:00
parent 39199e1701
commit bc7d848b9b
2 changed files with 17 additions and 11 deletions

View File

@@ -1492,6 +1492,7 @@ void EMSESP::incoming_telegram(uint8_t * data, const uint8_t length) {
read_next_ = true;
txservice_.send();
} else {
read_next_ = false;
txservice_.send_poll(); // close the bus
}
}