This commit is contained in:
Andy CA6JAU 2017-12-28 09:25:15 -03:00
parent 9bb4224a94
commit 49e9377474
3 changed files with 3 additions and 3 deletions

View file

@ -301,7 +301,7 @@ void CIO::ifConf(MMDVM_STATE modemState, bool reset)
ADF7021_REG13 |= (uint32_t) ADF7021_SLICER_TH_DMR << 4; // slicer threshold
ADF7021_REG2 = (uint32_t) 0b10 << 28; // invert data (and RC alpha = 0.5)
ADF7021_REG2 |= (uint32_t) (m_cwIdTXLevel / div2) << 19; // deviation
ADF7021_REG2 |= (uint32_t) (m_cwIdTXLevel / div2) << 19; // deviation
ADF7021_REG2 |= (uint32_t) 0b111 << 4; // modulation (RC 4FSK)
break;

View file

@ -71,7 +71,7 @@ Reboot your RPi:
sudo reboot
### Build de firmware and upload to ZUMspot RPi
### Build the firmware and upload to ZUMspot RPi
If you are using Pi-Star, expand filesystem (if you haven't done before):

View file

@ -146,7 +146,7 @@ Reboot your RPi:
sudo reboot
#### Build de firmware and upload to ZUMspot RPi
#### Build the firmware and upload to ZUMspot RPi
If you are using Pi-Star, expand filesystem (if you haven't done before):