From 1ce769de920042876a90448ea7b5eb288966bd4a Mon Sep 17 00:00:00 2001 From: Andrey Klimov Date: Mon, 3 Jan 2022 21:59:14 +0300 Subject: [PATCH] mdns leak fix --- lighthub/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lighthub/main.cpp b/lighthub/main.cpp index 5afd9c3..3681da2 100644 --- a/lighthub/main.cpp +++ b/lighthub/main.cpp @@ -1080,7 +1080,9 @@ if (WiFi.status() == WL_CONNECTED) { if(!mdns.begin(Ethernet.localIP(), mdnsName)) errorSerial<