From 7f4782914005299b1395c748c11241d8a544475a Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Fri, 20 Apr 2018 11:52:58 +0200 Subject: [PATCH] v1.3.2 --- src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 61a1f2da..4cd60af2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -402,8 +402,6 @@ uint64_t uptime() { rgb_set_color(LEDState ? color : COLOR_NONE); #endif - ESP_LOGI(TAG, "switched LED: %d -> %d", previousLEDState, LEDState); - previousLEDState = LEDState; } @@ -419,8 +417,6 @@ uint64_t uptime() { else // only one blink LEDState = (currentMillis < LEDBlinkduration) ? LED_ON : LED_OFF; - ESP_LOGI(TAG, "current LEDState %d", LEDState); - } // switchLEDstate() #endif