Updated vendor name and ID to use the one specified in config.h or DEFINED.
This commit is contained in:
@@ -285,7 +285,7 @@ int Device_Encode_Property_APDU(uint8_t * apdu,
|
||||
encode_tagged_enumerated(&apdu[0], Device_System_Status());
|
||||
break;
|
||||
case PROP_VENDOR_NAME:
|
||||
characterstring_init_ansi(&char_string, "ASHRAE");
|
||||
characterstring_init_ansi(&char_string, BACNET_VENDOR_NAME);
|
||||
apdu_len = encode_tagged_character_string(&apdu[0], &char_string);
|
||||
break;
|
||||
case PROP_VENDOR_IDENTIFIER:
|
||||
|
||||
Reference in New Issue
Block a user