mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-19 08:01:57 +00:00
Merge 'upstream/master' - At least it builds...
This commit is contained in:
@@ -36,10 +36,10 @@ AFSKRXView::AFSKRXView(
|
||||
NavigationView& nav
|
||||
)
|
||||
{
|
||||
add_children({ {
|
||||
add_children({
|
||||
&button_done,
|
||||
&text_rx
|
||||
} } );
|
||||
});
|
||||
|
||||
button_done.on_select = [&nav](Button&){
|
||||
nav.pop();
|
||||
|
Reference in New Issue
Block a user