mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-17 09:11:49 +00:00
ERTAppView, recent entries tracking and display.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user