diff --git a/Software/src/webui.cpp b/Software/src/webui.cpp index c5f87e8..f023c07 100644 --- a/Software/src/webui.cpp +++ b/Software/src/webui.cpp @@ -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) {