Merge branch 'development03' of https://github.com/rejoe2/ahoy into rejoe2-development03

This commit is contained in:
lumapu 2024-04-02 11:54:23 +02:00
commit 60ccaebd6e

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