fixed DebugOutput in WebserverCallback

This commit is contained in:
Marcel Peterkau 2023-02-24 19:22:33 +01:00
parent 32107a45db
commit 3af678f3f8

View File

@ -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)
{