mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 11:42:13 -04:00
Added AFSK BW and repeat parameters
This commit is contained in:
parent
00ee78f533
commit
ff96464efe
9 changed files with 67 additions and 12 deletions
|
@ -149,9 +149,9 @@ SystemView::SystemView(
|
|||
// Initial view.
|
||||
// TODO: Restore from non-volatile memory?
|
||||
|
||||
if (persistent_memory::playing_dead() == 0x59)
|
||||
navigation_view.push(new PlayDeadView { navigation_view, true });
|
||||
else
|
||||
//if (persistent_memory::playing_dead() == 0x59)
|
||||
// navigation_view.push(new PlayDeadView { navigation_view, true });
|
||||
//else
|
||||
navigation_view.push(new BMPView { navigation_view });
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue