From 4e0fdd65c300364e139ecba3800343d5fcd84e87 Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Thu, 6 Oct 2022 20:13:32 +0200 Subject: [PATCH] Remove commented out code --- main/udpcloud.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main/udpcloud.cpp b/main/udpcloud.cpp index 64f1e7e..76fce7d 100644 --- a/main/udpcloud.cpp +++ b/main/udpcloud.cpp @@ -240,9 +240,7 @@ void sendUdpCloudPacket() timestampLastFailed = espchrono::millis_clock::now(); ESP_LOGE(TAG, "send to cloud failed: %.*s (ip=%s)", result.error().size(), result.error().data(), wifi_stack::toString(udpCloudIp.u_addr.ip4).c_str()); } - - // ESP_LOGI(TAG, "%s", buf.c_str()); - + visualSendUdpPacket = !visualSendUdpPacket; } }