mirror of
https://github.com/stevenhowes/MXDiag.git
synced 2026-05-27 04:01:10 +01:00
Minor tweaks, handling of 0 prefixed codes
This commit is contained in:
+1
-1
@@ -252,7 +252,7 @@ void diag()
|
||||
{
|
||||
// Divider for easy debug
|
||||
Serial.println(diagstring);
|
||||
dtcoutput = dtcoutput + "P" + diagstring + ":" + identifydtc(diagstring) + "<br/>";
|
||||
dtcoutput = dtcoutput + "<h2>P" + diagstring + "</h2>" + identifydtc(diagstring) + "<br/>";
|
||||
|
||||
diagstring = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user