Skip to content

Commit

Permalink
Updating minimum pytmc version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaushik Malapati authored and Kaushik Malapati committed Jul 23, 2024
1 parent f755a91 commit 78b9e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iocBoot/templates/Makefile.base
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TEMPLATE_PATH ?= $(IOC_TOP)/iocBoot/templates
STCMD_TEMPLATE ?= st.cmd.template
ADS_IOC_NAME := $(shell basename "$(IOC_INSTANCE_PATH)")
PRODUCTION_IOC ?= 0
PYTMC_MIN_VERSION ?= 2.14.0
PYTMC_MIN_VERSION ?= 2.17.0
# The minimum callback queue size for EPICS IOCs:
QUEUE_SIZE_BASE ?= 2000
# Additional records generated from the PLC project will increase the callback
Expand Down

0 comments on commit 78b9e53

Please sign in to comment.