diff --git a/firmware/application/receiver_model.cpp b/firmware/application/receiver_model.cpp index 4c9052ff6..73b844a30 100644 --- a/firmware/application/receiver_model.cpp +++ b/firmware/application/receiver_model.cpp @@ -161,7 +161,7 @@ void ReceiverModel::disable() { } int32_t ReceiverModel::tuning_offset() { - if( (baseband_configuration.mode == 4) ) { + if( (modulation() == 4) ) { return 0; } else { return -(sampling_rate() / 4);