aboutsummaryrefslogtreecommitdiffstats
path: root/sw/picardy/src/state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sw/picardy/src/state.rs')
-rw-r--r--sw/picardy/src/state.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/picardy/src/state.rs b/sw/picardy/src/state.rs
index 466fd32..b29b8b4 100644
--- a/sw/picardy/src/state.rs
+++ b/sw/picardy/src/state.rs
@@ -1,8 +1,8 @@
pub const VHF_BAND_EDGE : u32 = 144_000_000;
pub const VHF_INITIAL_VFO : u32 = 144_300_000;
-pub const VHF_LO : u32 = 114_285_000;
-pub const BFO_LSB : u32 = 4_915_940;
-pub const BFO_USB : u32 = 4_914_910;
+pub const VHF_LO : u32 = 114_286_400;
+pub const BFO_LSB : u32 = 6_000_700 + 2_200;
+pub const BFO_USB : u32 = 6_000_700 - 2_200;
// Defines which parameter is changed by the encoder
#[derive(Clone, Copy, PartialEq, Eq)]