From ef3efcacb5a38b67cd0117d0271cabbb9df8ea02 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Thu, 30 May 2024 22:34:25 +0200 Subject: [PATCH] Corrected LW high edge --- src/constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.h b/src/constants.h index 892393e..3692578 100644 --- a/src/constants.h +++ b/src/constants.h @@ -45,7 +45,7 @@ #define FREQ_FM_STEP_200K 20 #define FREQ_LW_LOW_EDGE_MIN 144 -#define FREQ_LW_HIGH_EDGE_MAX 519 +#define FREQ_LW_HIGH_EDGE_MAX 513 #define FREQ_MW_LOW_EDGE_MIN_9K 522 #define FREQ_MW_LOW_EDGE_MIN_10K 520 #define FREQ_MW_HIGH_EDGE_MAX_9K 1791