mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-10 15:40:29 -04:00
Close call tuning fix, more UI elements
This commit is contained in:
parent
f9d7aec1ad
commit
7d193c3445
7 changed files with 282 additions and 61 deletions
|
@ -162,7 +162,7 @@ void ReceiverModel::disable() {
|
|||
}
|
||||
|
||||
int32_t ReceiverModel::tuning_offset() {
|
||||
if( (baseband_configuration.mode == 4) ) {
|
||||
if( (baseband_configuration.mode == 4) || (baseband_configuration.mode == 10) ) {
|
||||
return 0;
|
||||
} else {
|
||||
return -(sampling_rate() / 4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue