pull/27/head
Andy CA6JAU 8 years ago
parent 9bb4224a94
commit 49e9377474

@ -301,7 +301,7 @@ void CIO::ifConf(MMDVM_STATE modemState, bool reset)
ADF7021_REG13 |= (uint32_t) ADF7021_SLICER_TH_DMR << 4; // slicer threshold 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) 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) ADF7021_REG2 |= (uint32_t) 0b111 << 4; // modulation (RC 4FSK)
break; break;

@ -71,7 +71,7 @@ Reboot your RPi:
sudo reboot 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): If you are using Pi-Star, expand filesystem (if you haven't done before):

@ -146,7 +146,7 @@ Reboot your RPi:
sudo reboot 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): If you are using Pi-Star, expand filesystem (if you haven't done before):

Loading…
Cancel
Save

Powered by TurnKey Linux.