mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-16 13:42:16 -04:00
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:
parent
71999f216f
commit
69b0ef9a40
32 changed files with 523 additions and 194 deletions
|
@ -153,7 +153,7 @@ ADSBTxView::ADSBTxView(NavigationView& nav) {
|
|||
field_lon_seconds.set_value(0);
|
||||
|
||||
for (c = 0; c < 4; c++)
|
||||
field_squawk.set_value(c, 0);
|
||||
field_squawk.set_sym(c, 0);
|
||||
|
||||
generate_frame();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue