From a7ab02f86d0f1a76e2eeb995d0ba4919c584f394 Mon Sep 17 00:00:00 2001 From: roncarr880 Date: Tue, 31 May 2022 08:57:23 -0400 Subject: [PATCH] Add files via upload --- QRP_LABS_WSPR.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QRP_LABS_WSPR.ino b/QRP_LABS_WSPR.ino index b8f4712..4cb7774 100644 --- a/QRP_LABS_WSPR.ino +++ b/QRP_LABS_WSPR.ino @@ -61,7 +61,7 @@ #define CAT_MODE 0 // computer control of TX #define FRAME_MODE 1 // self timed frame (stand alone mode) #define MUTE A1 // receiver module T/R switch pin -#define START_CLOCK_FREQ 27004450L // ( 4498, 4466 ) +#define START_CLOCK_FREQ 27004456L // ( 4498, 4466 ) //#define START_CLOCK_FREQ 2700466600 // test too high //#define START_CLOCK_FREQ 2700426600 // test too low @@ -633,7 +633,7 @@ uint32_t local_drift; // corrects for drift due to day/night temperature c if( wspr_tx_enable ) return; // ignore this when transmitting - local_drift = map( cal_result, 2999900, 3000000, 30, 0 ); // 20 + local_drift = map( cal_result, 2999900, 3000000, 20, 0 ); // 20 if( local_drift != drift ){ drift = local_drift;