diff options
Diffstat (limited to 'sw/dart-70/src')
-rw-r--r-- | sw/dart-70/src/state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/dart-70/src/state.rs b/sw/dart-70/src/state.rs index c38f75d..d5d4bf3 100644 --- a/sw/dart-70/src/state.rs +++ b/sw/dart-70/src/state.rs @@ -1,5 +1,5 @@ pub const VHF_BAND_EDGE : u32 = 70_000_000; -pub const VHF_INITIAL_VFO : u32 = 70_300_000; +pub const VHF_INITIAL_VFO : u32 = 70_200_000; // Values below are measured with the assembled XTAL filter pub const XTAL_FILT_FREQ : u32 = 11_057_500; pub const BFO_LSB : u32 = XTAL_FILT_FREQ + 1_400; |