corrected some DTC-Stuff
This commit is contained in:
parent
df209a788b
commit
3b4a22bff7
Software/src
@ -247,7 +247,7 @@ void Debug_ShowDTCs()
|
||||
else
|
||||
strcpy(buff_active, "none");
|
||||
|
||||
Debug_pushMessage("%s \t %6d \t %s", buff_timestamp, DTCStorage[i].Number, buff_active);
|
||||
Debug_pushMessage("%s \t %6d \t %s \t %d", buff_timestamp, DTCStorage[i].Number, buff_active, DTCStorage[i].severity);
|
||||
}
|
||||
}
|
||||
}
|
@ -552,7 +552,6 @@ void Websocket_HandleMessage(void *arg, uint8_t *data, size_t len)
|
||||
if (strcmp((char *)data, "start") == 0)
|
||||
{
|
||||
SetDebugportStatus(dbg_Webui, enabled);
|
||||
Debug_ShowDTCs();
|
||||
}
|
||||
else if (strcmp((char *)data, "stop") == 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user