Increasing TX buffer for NXDN

nxdn
Andy CA6JAU 2018-02-18 12:21:20 -03:00
parent 6f7b95a15c
commit 9410e724b8
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ const uint8_t NXDN_PREAMBLE[] = {0x57U, 0x75U, 0xFDU};
const uint8_t NXDN_SYNC = 0x5FU;
CNXDNTX::CNXDNTX() :
m_buffer(1500U),
m_buffer(2000U),
m_modFilter(),
m_sincFilter(),
m_modState(),