shorten last cmt waiting time

after last frame is received. Works, see around this discord post: 1220679912
This commit is contained in:
rejoe2 2024-04-01 13:42:48 +02:00 committed by GitHub
parent 2a4c83647a
commit d0741a91e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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?
}
}