add web ui

This commit is contained in:
Dennis Gunia
2025-10-19 16:33:59 +02:00
parent 0557c43016
commit 21b53b52ba
7 changed files with 518 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
#include <unistd.h>
#include <wsserver/ws.h>
#define WS_SERVER_PORT 8080
#define WS_SERVER_PORT 8089
#define WS_SERVER_ADDR "localhost"
int start_webserver();