Added webserver logic for the mqtt configuration

This commit is contained in:
2026-03-25 23:10:29 +01:00
parent 2a587ad106
commit 12d6d0b1e7
5 changed files with 82 additions and 22 deletions

View File

@@ -25,6 +25,7 @@ add_custom_command(
-P ${CMAKE_CURRENT_SOURCE_DIR}/prepend_include.cmake
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
DEPENDS ${CMAKE_SOURCE_DIR}/fs/index.html
DEPENDS ${CMAKE_SOURCE_DIR}/fs/config.html
)