rate change

This commit is contained in:
vivek-shankar 2017-01-29 19:22:24 -05:00
parent 61f2b52a6c
commit 4e15ad7014
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ namespace Xbee
//*****************************************************************************
CommunicationManager::CommunicationManager():
START_DLIMITER(static_cast<unsigned char>(0x7E)),
LOOP_RATE(30) /* 10 fps */
LOOP_RATE(50) /* 10 fps */
{
}