More AFSK options, scan lists,

This commit is contained in:
furrtek 2016-08-02 12:44:31 +02:00
parent 72f3c08e9b
commit e2218a0f32
20 changed files with 445 additions and 275 deletions

View file

@ -87,10 +87,7 @@ MenuView::MenuView() {
}
MenuView::~MenuView() {
/* TODO: Double-check this */
for (auto child : children_) {
delete child;
}
time::signal_tick_second -= signal_token_tick_second;
}
void MenuView::on_tick_second() {