mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
reset tx-retry-conter, increase receive priority
This commit is contained in:
@@ -390,7 +390,7 @@ void TxService::send() {
|
||||
|
||||
// if there's nothing in the queue to transmit, send back a poll and quit
|
||||
if (tx_telegrams_.empty()) {
|
||||
send_poll();
|
||||
//send_poll();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user