Increase network polling frequency for YSF.

This commit is contained in:
Jonathan Naylor 2016-05-21 12:19:25 +01:00
parent 202437f7f6
commit 05a750bf60

View file

@ -36,7 +36,7 @@ m_callsign(),
m_debug(debug),
m_enabled(false),
m_buffer(1000U, "YSF Network"),
m_pollTimer(1000U, 60U),
m_pollTimer(1000U, 5U),
m_tag(NULL)
{
m_callsign = callsign;