Change the time to expire delayed time messages to 15 seconds after

advice.
This commit is contained in:
Jonathan Naylor 2018-07-19 18:07:25 +01:00
parent 78db50e43e
commit 6284930b30

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 = 30000U; // 30s
const unsigned int MAX_TIME_TO_HOLD_TIME_MESSAGES = 15000U; // 15s
int main(int argc, char** argv)
{