From 5ab2dfb79763f28c3b8b1088ff076318971fcb1e Mon Sep 17 00:00:00 2001 From: MyHomeMyData Date: Mon, 18 Dec 2023 10:38:41 +0100 Subject: [PATCH] Change UDS timeout to 7500 ms --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index cd5b3f6..fdc5c86 100644 --- a/main.js +++ b/main.js @@ -48,7 +48,7 @@ class E3oncan extends utils.Adapter { this.udsDidForScan = 256; // Busidentification this.udsMaxTrialsDevScan = 2; // Number of trials during UDS device scan this.udsMaxTrialsDidScan = 4; // Number of trials during UDS device scan - this.udsTimeout = 5000; // Timeout (ms) for normal UDS communication + this.udsTimeout = 7500; // Timeout (ms) for normal UDS communication this.udsTimeoutDevScan = 1500; // Timeout (ms) for UDS devive scan this.udsTimeoutDidScan = 7500; // Timeout (ms) for UDS dids scan this.udsDevices = []; // Confirmed & edited UDS devices