mirror of
https://github.com/JoelBender/bacpypes
synced 2025-10-27 00:57:47 +08:00
merging #187 for release
This commit is contained in:
@@ -182,6 +182,10 @@ def main():
|
||||
vendorIdentifier=int(args.ini.vendoridentifier),
|
||||
)
|
||||
|
||||
# provide max segments accepted if any kind of segmentation supported
|
||||
if args.ini.segmentationsupported != 'noSegmentation':
|
||||
this_device.maxSegmentsAccepted = int(args.ini.maxsegmentsaccepted)
|
||||
|
||||
# make a sample application
|
||||
this_application = BIPSimpleApplication(this_device, args.ini.address)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user