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; _f_band_index[idx] = b;
setting.bands[b].stop_index = idx; setting.bands[b].stop_index = idx;
idx++; idx++;
if (idx >= sweep_points) if (idx >= sweep_points) {
return; b = BANDS_MAX; // exit both loops
break;
}
} }
else { else {
b++; b++;

Loading…
Cancel
Save

Powered by TurnKey Linux.