diff --git a/bacnet-stack/config.h b/bacnet-stack/config.h index 1c0233f3..4cb16690 100644 --- a/bacnet-stack/config.h +++ b/bacnet-stack/config.h @@ -12,8 +12,8 @@ /* This is used in constructing messages and to tell others our limits */ /* 50 is the minimum; adjust to your memory and physical layer constraints */ /* Lon=206, MS/TP=480, ARCNET=480, Ethernet=1476 */ -#define MAX_APDU 50 -/* #define MAX_APDU 480 */ +/* #define MAX_APDU 50 */ +#define MAX_APDU 480 /* #define MAX_APDU 1476 */ /* for confirmed messages, this is the number of transactions */ diff --git a/bacnet-stack/demo/object/bacfile.c b/bacnet-stack/demo/object/bacfile.c index d2b1be4f..aa56a07b 100644 --- a/bacnet-stack/demo/object/bacfile.c +++ b/bacnet-stack/demo/object/bacfile.c @@ -46,9 +46,9 @@ typedef struct { } BACNET_FILE_LISTING; static BACNET_FILE_LISTING BACnet_File_Listing[] = { - {0, "test.log"}, - {1, "script.txt"}, - {2, "bacenum.h"}, + {0, "temp_0.txt"}, + {1, "temp_1.txt"}, + {2, "temp_2.txt"}, {0, NULL} /* last file indication */ };