Increase polling to every five seconds.

This commit is contained in:
Jonathan Naylor 2016-10-13 18:39:50 +01:00
parent 584a399d62
commit 2381a1dc77
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ void CP25Gateway::run()
lookup->read(); lookup->read();
CTimer lostTimer(1000U, 120U); CTimer lostTimer(1000U, 120U);
CTimer pollTimer(1000U, 20U); CTimer pollTimer(1000U, 5U);
CStopWatch stopWatch; CStopWatch stopWatch;
stopWatch.start(); stopWatch.start();