Microphone tx is mostly working, Voice activation, PTT, CTCSS...

Transmit bandwidth bugfix
TX LED is now only lit when using rf amp
VU-meter widget
Added gain parameter for baseband audio TX
This commit is contained in:
furrtek 2017-03-13 04:09:21 +00:00
parent 71999f216f
commit 69b0ef9a40
32 changed files with 523 additions and 194 deletions

View file

@ -132,10 +132,10 @@ RDSView::RDSView(NavigationView& nav) {
check_TA.set_value(true);
check_TP.set_value(true);
sym_pi_code.set_value(0, 0xF);
sym_pi_code.set_value(1, 0x3);
sym_pi_code.set_value(2, 0xE);
sym_pi_code.set_value(3, 0x0);
sym_pi_code.set_sym(0, 0xF);
sym_pi_code.set_sym(1, 0x3);
sym_pi_code.set_sym(2, 0xE);
sym_pi_code.set_sym(3, 0x0);
sym_pi_code.on_change = [this]() {
rds_flags.PI_code = sym_pi_code.value_hex_u64();
};