Merge pull request #8 from dd5xl/master

Change TimeMsg hold time to cover time slot delays
This commit is contained in:
Jonathan Naylor 2018-07-19 11:55:04 +01:00 committed by GitHub
commit 78db50e43e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ const unsigned char FUNCTIONAL_ALERT1 = 1U;
const unsigned char FUNCTIONAL_ALERT2 = 2U;
const unsigned char FUNCTIONAL_ALPHANUMERIC = 3U;
const unsigned int MAX_TIME_TO_HOLD_TIME_MESSAGES = 2000U; // 2s
const unsigned int MAX_TIME_TO_HOLD_TIME_MESSAGES = 30000U; // 30s
int main(int argc, char** argv)
{