mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-23 23:11:28 -04:00
BW setting in TX view should now be used everywhere
Jammer center and width value editing bugfix
This commit is contained in:
parent
81eb96f870
commit
728bb64543
11 changed files with 27 additions and 28 deletions
|
@ -79,12 +79,12 @@ void TransmitterModel::set_vga(int32_t v_db) {
|
|||
update_vga();
|
||||
}
|
||||
|
||||
uint32_t TransmitterModel::bandwidth() const {
|
||||
return bandwidth_;
|
||||
uint32_t TransmitterModel::channel_bandwidth() const {
|
||||
return channel_bandwidth_;
|
||||
}
|
||||
|
||||
void TransmitterModel::set_bandwidth(uint32_t v) {
|
||||
bandwidth_ = v;
|
||||
void TransmitterModel::set_channel_bandwidth(uint32_t v) {
|
||||
channel_bandwidth_ = v;
|
||||
}
|
||||
|
||||
uint32_t TransmitterModel::sampling_rate() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue