Modified ReadRange demo to be similar to ReadProperty demo. Still needs the print of the data to work correctly, but it mostly works.
This commit is contained in:
@@ -55,7 +55,7 @@ LFLAGS := -Wl,$(BACNET_LIB),$(SYSTEM_LIB)
|
||||
.EXPORT_ALL_VARIABLES:
|
||||
|
||||
SUBDIRS = readprop writeprop readfile writefile reinit server dcc \
|
||||
whohas whois ucov scov timesync epics readpropm \
|
||||
whohas whois ucov scov timesync epics readpropm readrange \
|
||||
uptransfer
|
||||
|
||||
ifeq (${BACDL_DEFINE},-DBACDL_BIP=1)
|
||||
@@ -63,7 +63,7 @@ ifeq (${BACDL_DEFINE},-DBACDL_BIP=1)
|
||||
endif
|
||||
|
||||
ifeq (${BACNET_PORT},linux)
|
||||
ifneq (${OSTYPE},cygwin)
|
||||
ifneq (${OSTYPE},cygwin)
|
||||
SUBDIRS += mstpcap mstpcrc
|
||||
#SUBDIRS += router
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user