retransmissions work again

This commit is contained in:
geeksville
2020-05-21 15:55:57 -07:00
parent e2cbccb133
commit e75561016b
3 changed files with 15 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ struct PendingPacket {
PendingPacket() {}
PendingPacket(MeshPacket *p);
void setNextTx() { nextTxMsec = millis() + random(10 * 1000, 12 * 1000); }
void setNextTx() { nextTxMsec = millis() + random(30 * 1000, 22 * 1000); }
};
class GlobalPacketIdHashFunction