Skip to content

Commit

Permalink
Change UDS timeout to 7500 ms
Browse files Browse the repository at this point in the history
  • Loading branch information
MyHomeMyData committed Dec 18, 2023
1 parent f956230 commit 5ab2dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ab2dfb

Please sign in to comment.