mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-09 18:25:00 -04:00
Mechanism to clear waterfall when switching modulations.
This commit is contained in:
parent
d4c85bd786
commit
687e627dae
2 changed files with 20 additions and 0 deletions
|
@ -567,6 +567,8 @@ void ReceiverView::on_modulation_changed(int32_t modulation) {
|
|||
receiver_model.set_baseband_bandwidth(1750000);
|
||||
break;
|
||||
}
|
||||
|
||||
waterfall.clear();
|
||||
}
|
||||
|
||||
void ReceiverView::on_show_options_frequency() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue