From 080d6da958f9d94d928db22897ce1cdeb814a449 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Thu, 2 Jul 2026 13:58:42 +0200 Subject: [PATCH] update dilprep: exchanged dil3/dil4 samnple sensors --- tcl/drivers/dilprep.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcl/drivers/dilprep.tcl b/tcl/drivers/dilprep.tcl index 1e5dab3..569fff1 100644 --- a/tcl/drivers/dilprep.tcl +++ b/tcl/drivers/dilprep.tcl @@ -1,6 +1,6 @@ namespace eval dilprep { array set score {dil2 0 dil3 0 dil4 0} - array set curves {dil2 cx198 dil3 cx262 dil4 cx078} + array set curves {dil2 cx198 dil3 cx078 dil4 cx262} }