mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-02 02:31:38 +02:00
shorten last cmt waiting time
after last frame is received. Works, see around this discord post: 1220679912
This commit is contained in:
parent
2a4c83647a
commit
d0741a91e8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue