getTxDelayMsecWeighted and startTransmitTimerRebroadcast: extract p->rxSnr

This commit is contained in:
Mike Robbins
2025-09-07 21:46:49 -07:00
parent 5a463373f2
commit 27cdd464d1
6 changed files with 12 additions and 11 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 startTransmitTimerRebroadcast(float snr, meshtastic_MeshPacket *p);
void startTransmitTimerRebroadcast(meshtastic_MeshPacket *p);
void handleTransmitInterrupt();
void handleReceiveInterrupt();