mirror of
https://github.com/g4klx/DAPNETGateway.git
synced 2026-08-26 12:32:45 -04:00
Change the time to expire delayed time messages to 15 seconds after
advice.
This commit is contained in:
parent
78db50e43e
commit
6284930b30
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue