We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406051a commit 2012ebfCopy full SHA for 2012ebf
lib/rex/post/hwbridge/extensions/automotive/uds_errors.rb
@@ -100,8 +100,8 @@ module UDSErrors
100
"RCRRP" => "Request Correctly Received, but Response is Pending",
101
"SFNSIAS" => "Sub-Function Not Supoorted In Active Session",
102
"SNSIAS" => "Service Not Supported In Active Session",
103
- "RTH" => "RPM Too High",
104
- "RTL" => "RPM Too Low",
+ "RPMTH" => "RPM Too High",
+ "RPMTL" => "RPM Too Low",
105
"EIR" => "Engine is Running",
106
"EINR" => "Engine is not Running",
107
"ERTTL" => "Engine Run Time Too Low",
0 commit comments