mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-15 05:02:13 -04:00
Add AISAppView.
This commit is contained in:
parent
fc16bc7867
commit
1f2b28b2b8
3 changed files with 22 additions and 1 deletions
|
@ -517,7 +517,7 @@ void ReceiverView::on_modulation_changed(ReceiverModel::Mode mode) {
|
|||
break;
|
||||
|
||||
case ReceiverModel::Mode::AIS:
|
||||
widget_content = std::make_unique<AISRecentEntriesView>();
|
||||
widget_content = std::make_unique<AISAppView>();
|
||||
break;
|
||||
|
||||
case ReceiverModel::Mode::SpectrumAnalysis:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue