mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-04 20:54:28 -04:00
Added wefax offset to audio app too. (#2572)
* added wefax offset to audio app too. * moved from head to cpp
This commit is contained in:
parent
ff2f27e297
commit
d73db884f0
3 changed files with 9 additions and 1 deletions
|
@ -282,6 +282,11 @@ void ReceiverModel::update_tuning_frequency() {
|
|||
radio::set_tuning_frequency(target_frequency() + hidden_offset + tuning_offset());
|
||||
}
|
||||
|
||||
void ReceiverModel::set_hidden_offset(rf::Frequency offset) {
|
||||
hidden_offset = offset;
|
||||
update_tuning_frequency();
|
||||
}
|
||||
|
||||
void ReceiverModel::update_baseband_bandwidth() {
|
||||
radio::set_baseband_filter_bandwidth_rx(baseband_bandwidth());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue