Skip to content

Commit

Permalink
Fix OscOffset removal bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx authored Mar 9, 2017
1 parent f3a589c commit 29d0fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ bool CModem::setConfig()

buffer[10U] = m_dmrDelay;

buffer[11U] = 0U; // Was OscOffset
buffer[11U] = 128U; // Was OscOffset

buffer[12U] = (m_dstarTXLevel * 255U) / 100U;
buffer[13U] = (m_dmrTXLevel * 255U) / 100U;
Expand Down

0 comments on commit 29d0fec

Please sign in to comment.