small simplification

This commit is contained in:
Frank
2026-01-06 19:16:09 +01:00
parent ad0409789e
commit cec6e229df

View File

@@ -182,7 +182,7 @@
// WLEDMM: Do we have the flicker-free RMTHI driver?
#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)
#ifndef WLEDMM_FILEWAIT
#define WLEDMM_FILEWAIT 1 // wait for LEDs output completion before file reading/writing
#endif