Changed Firmware_Revision property to return 0.3.1 which is the version of the BACnet Stack at SourceForge.

This commit is contained in:
skarg
2007-06-15 22:54:05 +00:00
parent 3656c352ce
commit 8833675ad8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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";