mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-30 02:36:20 +02:00
Merge branch 'development03' of https://github.com/rejoe2/ahoy into rejoe2-development03
This commit is contained in:
commit
60ccaebd6e
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
|
if(p.packet[9] > ALL_FRAMES) { // indicates last frame
|
||||||
setExpectedFrames(p.packet[9] - ALL_FRAMES);
|
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
Reference in a new issue