From a0e5c60b72c08581eef7c2fe7711c025571ea028 Mon Sep 17 00:00:00 2001 From: Marcel Peterkau Date: Fri, 18 Jul 2025 23:55:42 +0200 Subject: [PATCH] Software-Info in webUI finally works --- Software/data_src/index.htm | 8 ++++---- Software/data_src/static/js/websocket.js | 20 +++++++++++--------- Software/src/webui.cpp | 9 ++++++++- 3 files changed, 23 insertions(+), 14 deletions(-) diff --git a/Software/data_src/index.htm b/Software/data_src/index.htm index 8f6e93f..c21604a 100644 --- a/Software/data_src/index.htm +++ b/Software/data_src/index.htm @@ -515,15 +515,15 @@ Firmware Version - %SW_VERSION% + %SW_VERSION% Flash Version - %FS_VERSION% + %FS_VERSION% Git Revision - %GIT_REV% + %GIT_REV%

@@ -590,7 +590,7 @@