We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad04097 commit cec6e22Copy full SHA for cec6e22
1 file changed
wled00/wled.h
@@ -182,7 +182,7 @@
182
183
184
// WLEDMM: Do we have the flicker-free RMTHI driver?
185
-#if !defined(ARDUINO_ARCH_ESP32) || (defined(WLED_USE_SHARED_RMT) || defined(__riscv) || (ESP_IDF_VERSION_MAJOR < 4))
+#if !defined(ARDUINO_ARCH_ESP32) || defined(WLED_USE_SHARED_RMT) || defined(__riscv) || (ESP_IDF_VERSION_MAJOR < 4)
186
#ifndef WLEDMM_FILEWAIT
187
#define WLEDMM_FILEWAIT 1 // wait for LEDs output completion before file reading/writing
188
#endif
0 commit comments