From 78b9e535a2e9d99e60c3cda8d9e36e8c41ab3c28 Mon Sep 17 00:00:00 2001 From: Kaushik Malapati Date: Mon, 22 Jul 2024 22:19:52 -0700 Subject: [PATCH] Updating minimum pytmc version --- iocBoot/templates/Makefile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iocBoot/templates/Makefile.base b/iocBoot/templates/Makefile.base index 0bd28f7..a8d8f09 100644 --- a/iocBoot/templates/Makefile.base +++ b/iocBoot/templates/Makefile.base @@ -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