mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-17 21:24:02 +00:00
Close call tuning fix, more UI elements
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user