Jammer bugfix: now produces all the right channels

This commit is contained in:
furrtek 2017-01-17 14:27:37 +00:00
parent 7cb38f858e
commit f0fbc356ad
16 changed files with 120 additions and 121 deletions

View file

@ -129,8 +129,8 @@ POCSAGAppView::POCSAGAppView(NavigationView& nav) {
});
check_log.set_value(logging);
check_log.on_select = [this](Checkbox&) {
logging = check_log.value();
check_log.on_select = [this](Checkbox&, bool v) {
logging = v;
};
options_bitrate.set_selected_index(1); // 1200bps