Changed Firmware_Revision property to return 0.3.1 which is the version of the BACnet Stack at SourceForge.
This commit is contained in:
@@ -58,7 +58,7 @@ static char Vendor_Name[16] = "ASHRAE";
|
||||
/* FIXME: your vendor id assigned by ASHRAE */
|
||||
static uint16_t Vendor_Identifier = 0;
|
||||
static char Model_Name[16] = "GNU";
|
||||
static char Firmware_Revision[16] = "1.0";
|
||||
static char Firmware_Revision[16] = "0.3.1";
|
||||
static char Application_Software_Version[16] = "1.0";
|
||||
static char Location[16] = "USA";
|
||||
static char Description[16] = "server";
|
||||
|
||||
Reference in New Issue
Block a user