mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-03-06 13:13:51 +01:00
Change to linear demodulator for POCSAG (not used for now...)
This commit is contained in:
parent
81d61b3fbf
commit
654403afc0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue