Rename setRandomDelay() function

This commit is contained in:
GUVWAF
2022-04-23 18:57:45 +02:00
parent 692278343b
commit a13157ebde
2 changed files with 7 additions and 7 deletions

View File

@@ -144,9 +144,9 @@ class RadioLibInterface : public RadioInterface, protected concurrency::Notified
virtual bool cancelSending(NodeNum from, PacketId id) override;
private:
/** if we have something waiting to send, start a short random timer so we can come check for collision before actually doing
/** if we have something waiting to send, start a short (random) timer so we can come check for collision before actually doing
* the transmit */
void setRandomDelay();
void setTransmitDelay();
/** random timer with certain min. and max. settings */
void startTransmitTimer(bool withDelay = true);