POCSAG RX saves ignored address

Made AFSK code more generic (not tied to LCR)
Added modem presets and more options in AFSK setup
String-ized and simplified LCR UI code
Simplified AFSK baseband code, made to always work on 16bit words
This commit is contained in:
furrtek 2017-04-21 06:22:31 +01:00
parent eff96276c3
commit 90feadd9f5
28 changed files with 423 additions and 423 deletions

View file

@ -151,7 +151,7 @@ POCSAGTXView::POCSAGTXView(
options_type.set_selected_index(0); // Address only
// TODO: set_value for whole symfield
reload_address = portapack::persistent_memory::pocsag_address();
reload_address = persistent_memory::pocsag_last_address();
for (c = 0; c < 7; c++) {
field_address.set_sym(6 - c, reload_address % 10);
reload_address /= 10;