Update BACnet protocol revision and enhance lighting output handling (#1211)
* Changed apps to build at protocol-revision 28 to be able to use the lighting output special values by default. * Fixed blinkt app server name and removed the device.c module which was no longer needed. * Added debug prints for lighting-output object for present-value and lighting-command property values which may be out-of-range.
This commit is contained in:
+1
-1
@@ -233,7 +233,7 @@ BACNET_DEFINES += -DPRINT_ENABLED=1
|
||||
BACNET_DEFINES += -DBACAPP_ALL
|
||||
BACNET_DEFINES += -DBACNET_TIME_MASTER
|
||||
BACNET_DEFINES += -DBACNET_PROPERTY_LISTS=1
|
||||
BACNET_DEFINES += -DBACNET_PROTOCOL_REVISION=24
|
||||
BACNET_DEFINES += -DBACNET_PROTOCOL_REVISION=28
|
||||
|
||||
# put all the flags together
|
||||
INCLUDES = -I$(BACNET_SRC_DIR) -I$(BACNET_PORT_DIR) -I$(BACNET_POSIX_DIR)
|
||||
|
||||
Reference in New Issue
Block a user