fixed DebugOutput in WebserverCallback
This commit is contained in:
parent
32107a45db
commit
3af678f3f8
@ -552,6 +552,7 @@ 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