Skip to content

Commit

Permalink
allow skipping dual watch channel
Browse files Browse the repository at this point in the history
  • Loading branch information
prokrypt committed Jul 25, 2024
1 parent 4a4ca91 commit 3730c22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/chFrScanner.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ static void NextMemChannel(void)
if (++dualscan%4==0) {
dualscan=0;
currentScanList = SCAN_NEXT_CHAN_DUAL_WATCH;
gNextMrChannel = dwchan-1;
if (!gMR_ChannelExclude[dwchan-1])
gNextMrChannel = dwchan-1;
break;
}
}
Expand Down

0 comments on commit 3730c22

Please sign in to comment.