mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-30 09:37:53 -04:00
Adding Frequency Correction menu and effect (#1016)
* Adding Frequency Correction and entry menu in Settings
This commit is contained in:
parent
02811b9967
commit
f18764f109
6 changed files with 173 additions and 22 deletions
|
@ -206,7 +206,7 @@ int32_t ReceiverModel::tuning_offset() {
|
|||
}
|
||||
|
||||
void ReceiverModel::update_tuning_frequency() {
|
||||
radio::set_tuning_frequency(persistent_memory::tuned_frequency() + tuning_offset());
|
||||
radio::set_tuning_frequency(persistent_memory::tuned_frequency());
|
||||
}
|
||||
|
||||
void ReceiverModel::update_antenna_bias() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue