From 3af678f3f8da8d6915504fad2b52dbf96d54bf5f Mon Sep 17 00:00:00 2001 From: Marcel Peterkau Date: Fri, 24 Feb 2023 19:22:33 +0100 Subject: [PATCH] fixed DebugOutput in WebserverCallback --- Software/src/webui.cpp | 1 + 1 file changed, 1 insertion(+) 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) {