From de963ef77e06e0010a13b4602bdcac39077e5222 Mon Sep 17 00:00:00 2001 From: Torsten Stauder Date: Fri, 18 Dec 2020 01:21:09 +0100 Subject: [PATCH] Reduced Neopixel-latency but still not perfect... --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 10fe620..405b983 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1821,7 +1821,7 @@ void showLed(void *parameter) { for (;;) { if (pauseNeopixel) { // Workaround to prevent exceptions while NVS-writes take place - vTaskDelay(portTICK_RATE_MS*100); + vTaskDelay(portTICK_RATE_MS*10); continue; } /*#ifdef FTP_ENABLE