Merge pull request #780 from MichaelDvP/dev

allow raw telegram sending with other src-id
This commit is contained in:
Proddy
2022-12-04 13:01:16 +01:00
committed by GitHub
5 changed files with 24 additions and 11 deletions

View File

@@ -1255,7 +1255,7 @@ void EMSESP::incoming_telegram(uint8_t * data, const uint8_t length) {
}
#endif
// check for poll to us, if so send top message from Tx queue immediately and quit
if (poll_id == txservice_.ems_bus_id()) {
if (poll_id == txservice_.get_send_id()) {
txservice_.send();
}
// send remote room temperature if active