Browse Source

Merge branch 'rejoe2-development03' into development03

pull/1557/head
lumapu 10 months ago
parent
commit
f765d55148
  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