From a576c7b70c89428e1bc2bd813fe87aea1c17c7ac Mon Sep 17 00:00:00 2001 From: Marcel Peterkau Date: Mon, 4 Dec 2023 02:18:16 +0100 Subject: [PATCH] DTC in WebUI now handled via Websocket --- Software/data_src/index.htm | 23 ++---- Software/data_src/static/dtc_table.json | 15 ++++ Software/data_src/static/js/dtc_table.js | 101 ++++++++++++++++++++++- Software/data_src/static/js/websocket.js | 41 +++++++-- Software/include/dtc_defs.h | 12 ++- Software/src/debugger.cpp | 18 ++-- Software/src/dtc_defs.txt | 4 +- Software/src/webui.cpp | 89 ++++++++------------ 8 files changed, 220 insertions(+), 83 deletions(-) diff --git a/Software/data_src/index.htm b/Software/data_src/index.htm index afe8c22..24b4f28 100644 --- a/Software/data_src/index.htm +++ b/Software/data_src/index.htm @@ -75,11 +75,11 @@

-
+