mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-20 21:04:24 -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
|
@ -122,7 +122,7 @@ TransmitterView::TransmitterView(
|
|||
});
|
||||
|
||||
field_bw.on_change = [this](int32_t bandwidth) {
|
||||
on_bandwidth_changed(bandwidth);
|
||||
on_bandwidth_changed(bandwidth * 1000);
|
||||
};
|
||||
field_bw.set_value(bandwidth);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue