This commit is contained in:
lumapu 2024-01-20 13:14:21 +01:00
parent bed72272a8
commit 94f5a2ad11

View file

@ -133,7 +133,7 @@ class HmRadio : public Radio {
innerLoopTimeout = DURATION_LISTEN_MIN; innerLoopTimeout = DURATION_LISTEN_MIN;
if(mNRFloopChannels) if(mNRFloopChannels)
tempRxChIdx = (tempRxChIdx + 4) % RF_CHANNELS tempRxChIdx = (tempRxChIdx + 4) % RF_CHANNELS;
else else
tempRxChIdx = (mRxChIdx + rxPendular*4) % RF_CHANNELS; tempRxChIdx = (mRxChIdx + rxPendular*4) % RF_CHANNELS;