Fix multi-band settings application

pull/145/head
alexey.lysiuk 3 months ago committed by erikkaashoek
parent 71c541f462
commit 02c057c562

@ -1619,8 +1619,10 @@ void update_bands(void)
_f_band_index[idx] = b;
setting.bands[b].stop_index = idx;
idx++;
if (idx >= sweep_points)
return;
if (idx >= sweep_points) {
b = BANDS_MAX; // exit both loops
break;
}
}
else {
b++;

Loading…
Cancel
Save

Powered by TurnKey Linux.