Minor tweaks, handling of 0 prefixed codes

This commit is contained in:
Steve Howes
2018-04-05 09:30:25 +01:00
parent ca4e8d6a68
commit cf635208cf
13 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -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 = "";
}