3 retrys on rejected tx, fixes #1179

please delete branch after merge. My dev branch contains the mqtt lib, so i edit on github directly.
This commit is contained in:
MichaelDvP
2023-05-30 09:41:26 +02:00
committed by GitHub
parent 4a3201f194
commit e4a0799163

View File

@@ -1296,8 +1296,6 @@ void EMSESP::incoming_telegram(uint8_t * data, const uint8_t length) {
} else if (first_value == TxService::TX_WRITE_FAIL) { } else if (first_value == TxService::TX_WRITE_FAIL) {
LOG_ERROR("Last Tx write rejected by host"); LOG_ERROR("Last Tx write rejected by host");
txservice_.send_poll(); // close the bus txservice_.send_poll(); // close the bus
txservice_.reset_retry_count();
tx_successful = true;
} }
} else if (tx_state == Telegram::Operation::TX_READ) { } else if (tx_state == Telegram::Operation::TX_READ) {
// got a telegram with data in it. See if the src/dest matches that from the last one we sent and continue to process it // got a telegram with data in it. See if the src/dest matches that from the last one we sent and continue to process it