mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-06 09:01:57 +00:00
Fixed module loading (again), only audio tx works for now
This commit is contained in:
@@ -148,8 +148,7 @@ RDSView::RDSView(
|
||||
} });
|
||||
|
||||
button_setpsn.on_select = [this,&nav](Button&){
|
||||
auto an_view = new AlphanumView { nav, psname, 8 };
|
||||
nav.push(an_view);
|
||||
nav.push<AlphanumView>(psname, 8);
|
||||
};
|
||||
|
||||
button_transmit.on_select = [&transmitter_model](Button&){
|
||||
|
||||
Reference in New Issue
Block a user