Skip to content

Commit

Permalink
0.8.60
Browse files Browse the repository at this point in the history
  • Loading branch information
lumapu committed Jan 20, 2024
1 parent bed7227 commit 94f5a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hm/hmRadio.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class HmRadio : public Radio {
innerLoopTimeout = DURATION_LISTEN_MIN;

if(mNRFloopChannels)
tempRxChIdx = (tempRxChIdx + 4) % RF_CHANNELS
tempRxChIdx = (tempRxChIdx + 4) % RF_CHANNELS;
else
tempRxChIdx = (mRxChIdx + rxPendular*4) % RF_CHANNELS;

Expand Down

0 comments on commit 94f5a2a

Please sign in to comment.