mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Increase the size of the RF queues.
This commit is contained in:
parent
4cade601cc
commit
646ae93c09
3 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@
|
|||
CYSFControl::CYSFControl(const std::string& callsign, IDisplay* display, unsigned int timeout, bool duplex, bool parrot) :
|
||||
m_display(display),
|
||||
m_duplex(duplex),
|
||||
m_queue(1000U, "YSF Control"),
|
||||
m_queue(2000U, "YSF Control"),
|
||||
m_state(RS_RF_LISTENING),
|
||||
m_timeoutTimer(1000U, timeout),
|
||||
m_interval(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue