mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
fix possible endless tx repeats on write rejected
This commit is contained in:
@@ -1191,6 +1191,7 @@ void EMSESP::incoming_telegram(uint8_t * data, const uint8_t length) {
|
|||||||
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();
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user