From 9e3848925e1fcf0b78bdc3772fc515fe44cebc4a Mon Sep 17 00:00:00 2001 From: Marcel Walter Date: Tue, 20 Jan 2026 01:12:17 +0100 Subject: [PATCH] change display text on connection --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index e631a9a..61234f6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -235,7 +235,7 @@ void loop() tele.init(); - printClose(""); + printText("()"); oldWifiStatus = WiFi.status(); }