Shorted the device name to give me a few more bytes.
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
The properties that are constant can be hard coded
|
The properties that are constant can be hard coded
|
||||||
into the read-property encoding. */
|
into the read-property encoding. */
|
||||||
static uint32_t Object_Instance_Number = 260001;
|
static uint32_t Object_Instance_Number = 260001;
|
||||||
static char Object_Name[32] = "ATmega168 Device";
|
static char Object_Name[20] = "My Device";
|
||||||
static BACNET_DEVICE_STATUS System_Status = STATUS_OPERATIONAL;
|
static BACNET_DEVICE_STATUS System_Status = STATUS_OPERATIONAL;
|
||||||
|
|
||||||
void Device_Init(
|
void Device_Init(
|
||||||
|
|||||||
Reference in New Issue
Block a user