Browse Source

shorten last cmt waiting time

after last frame is received. Works, see around this discord post: https://discord.com/channels/984173303147155506/1029761098381017098/1220679912587792404
pull/1549/head
rejoe2 6 months ago
committed by GitHub
parent
commit
d0741a91e8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/hms/hmsRadio.h

2
src/hms/hmsRadio.h

@ -183,7 +183,7 @@ class CmtRadio : public Radio {
if(p.packet[9] > ALL_FRAMES) { // indicates last frame
setExpectedFrames(p.packet[9] - ALL_FRAMES);
mRadioWaitTime.startTimeMonitor(DURATION_PAUSE_LASTFR); // let the inverter first get back to rx mode?
mRadioWaitTime.startTimeMonitor(2); // let the inverter first get back to rx mode?
}
}

Loading…
Cancel
Save