mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Reset the sample count at the beginning of each transmission.
This commit is contained in:
parent
3665d02fe7
commit
7907ce6911
3 changed files with 9 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ void CYSFTX::process()
|
|||
|
||||
if (m_poLen == 0U) {
|
||||
if (!m_tx) {
|
||||
m_count = 0U;
|
||||
|
||||
for (uint16_t i = 0U; i < m_txDelay; i++)
|
||||
m_poBuffer[m_poLen++] = YSF_START_SYNC;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue