Rename startTransmitTimerSNR to startTransmitTimerRebroadcast

This commit is contained in:
Mike Robbins
2025-09-05 13:38:01 -07:00
parent 83ae72cbb2
commit 7e00054fd7
4 changed files with 6 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ class SimRadio : public RadioInterface, protected concurrency::NotifiedWorkerThr
void startTransmitTimer(bool withDelay = true);
/** timer scaled to SNR of to be flooded packet */
void startTransmitTimerSNR(float snr);
void startTransmitTimerRebroadcast(float snr);
void handleTransmitInterrupt();
void handleReceiveInterrupt();