From 7f53c77213001ff1da95fec4973a02a0dbedf53f Mon Sep 17 00:00:00 2001 From: drjones Date: Fri, 3 Apr 2026 12:03:08 -0700 Subject: [PATCH] Restore R2 to 433.92 MHz (CW mode) Made-with: Cursor --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.h b/include/config.h index 6f1c8e1..c572e1f 100644 --- a/include/config.h +++ b/include/config.h @@ -43,7 +43,7 @@ // R1 so LFSR on GDO0 keys the PA (broad AM sidebands). Set JAM_R1_USE_OOK 0 for 2-FSK only at JAM_DEV_KHZ_R1_WIDE. // Fobs may sit on 314.8–315.2 MHz — measure with an SDR and retune JAM_LOCK_FREQ_1_MHZ if needed. #define JAM_LOCK_FREQ_1_MHZ 315.0f -#define JAM_LOCK_FREQ_2_MHZ 315.0f +#define JAM_LOCK_FREQ_2_MHZ 433.92f #define JAM_DEV_KHZ_R2_WIDE 380.0f #define JAM_DEV_KHZ_R1_NARROW 25.0f // probe / RadioLib begin() only #define JAM_DEV_KHZ_R1_WIDE 200.0f // FSK jam spread when JAM_R1_USE_OOK is 0 (or OOK setup fails)