diff --git a/data/index.html b/data/index.html
index e0d17db..777a82c 100644
--- a/data/index.html
+++ b/data/index.html
@@ -144,6 +144,7 @@ ws.onmessage = (event) => {
// Namen anzeigen/verstecken - verbesserte Logik
const name1Element = document.getElementById("name1");
const name2Element = document.getElementById("name2");
+
if (name1 && name1.trim() !== "") {
name1Element.textContent = name1;
diff --git a/src/communication.h b/src/communication.h
index 6a70efa..76058b0 100644
--- a/src/communication.h
+++ b/src/communication.h
@@ -5,14 +5,14 @@
#include
-#include
+#include "statusled.h"
#include "timesync.h"
#include "buttonassigh.h"
#include "helper.h"
-#include
+#include "debug.h"
#include