From 654403afc004bf4619b1e86919a2178900154f2b Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Thu, 21 Jun 2018 20:48:19 -0400 Subject: [PATCH] Change to linear demodulator for POCSAG (not used for now...) --- ADF7021.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADF7021.cpp b/ADF7021.cpp index f5f71dc..8be1f8d 100644 --- a/ADF7021.cpp +++ b/ADF7021.cpp @@ -333,7 +333,7 @@ void CIO::ifConf(MMDVM_STATE modemState, bool reset) ADF7021_REG10 = ADF7021_REG10_POCSAG; ADF7021_REG4 = (uint32_t) 0b0100 << 0; // register 4 - ADF7021_REG4 |= (uint32_t) 0b001 << 4; // demod mode, 2FSK + ADF7021_REG4 |= (uint32_t) 0b000 << 4; // 2FSK linear demodulator ADF7021_REG4 |= (uint32_t) 0b1 << 7; ADF7021_REG4 |= (uint32_t) 0b10 << 8; ADF7021_REG4 |= (uint32_t) ADF7021_DISC_BW_POCSAG << 10; // Disc BW