From 6a3093c49dec16640aa5d0522befd5e9e21f4197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Thu, 27 Jul 2017 14:04:36 +0200 Subject: [PATCH] Fix for miniamal server version to use "old method" --- client/full/src/UDSClient.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/full/src/UDSClient.py b/client/full/src/UDSClient.py index 9398a837..0b9efad7 100755 --- a/client/full/src/UDSClient.py +++ b/client/full/src/UDSClient.py @@ -49,7 +49,8 @@ import six from UDSWindow import Ui_MainWindow -OLD_METHOD_VERSION = '2.1.0' +# Server before this version uses "unsigned" scripts +OLD_METHOD_VERSION = '2.4.0' class RetryException(Exception): pass