From 256f95bcf54129a19e1f942b0ee153114c33f3ec Mon Sep 17 00:00:00 2001 From: sh123 Date: Thu, 21 Oct 2021 21:54:25 +0300 Subject: [PATCH] Update documenation --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index b7b76f6..6d87e7e 100644 --- a/config.h +++ b/config.h @@ -64,8 +64,8 @@ #define CFG_BEACON false // enable perdiodc beacon from CFG_APRS_RAW_BKN // frequency correction for narrow band bandwidths -#define CFG_FREQ_CORR false // NB! incoming interrupts may stop working on frequent corrections when enabled -#define CFG_FREQ_CORR_DELTA 1000 // test with your module before heavy usage +#define CFG_FREQ_CORR false // true - correct own frequency based on received packet +#define CFG_FREQ_CORR_DELTA 1000 // correct when frequency difference is larger than this value // PTT control #define CFG_PTT_ENABLE false // enable external ptt (relay) control (for amplifier)