small simplification
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user