Added AFSK BW and repeat parameters

This commit is contained in:
furrtek 2015-09-16 15:43:43 +02:00
parent 00ee78f533
commit ff96464efe
9 changed files with 67 additions and 12 deletions

View file

@ -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 });
}