fixed DebugOutput in WebserverCallback
This commit is contained in:
		| @@ -552,6 +552,7 @@ void Websocket_HandleMessage(void *arg, uint8_t *data, size_t len) | |||||||
|     if (strcmp((char *)data, "start") == 0) |     if (strcmp((char *)data, "start") == 0) | ||||||
|     { |     { | ||||||
|       SetDebugportStatus(dbg_Webui, enabled); |       SetDebugportStatus(dbg_Webui, enabled); | ||||||
|  |       Debug_ShowDTCs(); | ||||||
|     } |     } | ||||||
|     else if (strcmp((char *)data, "stop") == 0) |     else if (strcmp((char *)data, "stop") == 0) | ||||||
|     { |     { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user