From 4752bf6fcfce143eaeb6ba1f76419621b2ad0935 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 12 May 2026 16:56:25 +0200 Subject: [PATCH] update vers num --- IOB-PI/readParallela.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IOB-PI/readParallela.py b/IOB-PI/readParallela.py index 065d8a5..923671d 100644 --- a/IOB-PI/readParallela.py +++ b/IOB-PI/readParallela.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# readParallela v. 3.0.0 12 Ingressi +# readParallela v. 3.1.0 12 Ingressi # - single instance timer # - invio multiplo x send eventi accodati # - gestione segnali BLINKING @@ -47,7 +47,7 @@ except ImportError: class ReadParallelaIOB: def __init__(self, config_path='IOB.cfg'): - self.PROGRAM_NAME = "ReadPar IOB-pi v.3.0.0 (Refactored)" + self.PROGRAM_NAME = "ReadPar IOB-pi v.3.1.0 (2026)" self.MAXRETRY = 10 self.MAX_COUNTER_BLINK = 10