Changed dlenv to support multiple datalinks via environment variable. (#966)

This commit is contained in:
Steve Karg
2025-04-16 12:04:18 -05:00
committed by GitHub
parent 54bf9b79c6
commit 54dbf9d140
6 changed files with 255 additions and 278 deletions
+3 -3
View File
@@ -129,7 +129,9 @@
#if !defined(MAX_APDU)
/* #define MAX_APDU 50 */
/* #define MAX_APDU 1476 */
#if defined(BACDL_BIP)
#if defined(BACDL_MULTIPLE)
#define MAX_APDU 1476
#elif defined(BACDL_BIP)
#define MAX_APDU 1476
/* Enable this IP for testing readrange so you get the More Follows flag set */
/* #define MAX_APDU 128 */
@@ -152,7 +154,6 @@
#endif
#endif
#if defined(BACDL_BSC)
#ifndef SC_NETPORT_BVLC_MAX
#define SC_NETPORT_BVLC_MAX 1500
#endif
@@ -171,7 +172,6 @@
#ifndef SC_NETPORT_RECONNECT_TIME
#define SC_NETPORT_RECONNECT_TIME 2
#endif
#endif
/* for confirmed messages, this is the number of transactions */
/* that we hold in a queue waiting for timeout. */