From 24ce1b98930b1d65d84f9a97fda39497be513c21 Mon Sep 17 00:00:00 2001 From: gullradriel <3157857+gullradriel@users.noreply.github.com> Date: Sun, 21 May 2023 08:59:42 +0200 Subject: [PATCH] fixed bad copy paste from #1016, thanks @notherngineer (#1023) fixed bad copy paste from #1016 --- firmware/application/receiver_model.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/application/receiver_model.cpp b/firmware/application/receiver_model.cpp index 58999f175..5419368e7 100644 --- a/firmware/application/receiver_model.cpp +++ b/firmware/application/receiver_model.cpp @@ -206,7 +206,7 @@ int32_t ReceiverModel::tuning_offset() { } void ReceiverModel::update_tuning_frequency() { - radio::set_tuning_frequency(persistent_memory::tuned_frequency()); + radio::set_tuning_frequency(persistent_memory::tuned_frequency() + tuning_offset()); } void ReceiverModel::update_antenna_bias() {