From 00d5bf4d185c41a8d53caabf252729a44aa90a80 Mon Sep 17 00:00:00 2001 From: maschinist Date: Thu, 19 Jul 2018 12:07:46 +0200 Subject: [PATCH] Change TimeMsg hold time to cover time slot delays --- DAPNETGateway.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DAPNETGateway.cpp b/DAPNETGateway.cpp index ba9843b..313b430 100644 --- a/DAPNETGateway.cpp +++ b/DAPNETGateway.cpp @@ -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) {