mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-15 05:02:13 -04:00
ERTAppView, recent entries tracking and display.
This commit is contained in:
parent
56218565c1
commit
db2f78f0f8
3 changed files with 92 additions and 23 deletions
|
@ -529,7 +529,7 @@ void ReceiverView::on_modulation_changed(ReceiverModel::Mode mode) {
|
|||
break;
|
||||
|
||||
case ReceiverModel::Mode::ERT:
|
||||
widget_content = std::make_unique<ERTView>();
|
||||
widget_content = std::make_unique<ERTAppView>();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue