Skip to content

Commit 118163d

Browse files
authored
Didn't work. Reverting.
1 parent 250000d commit 118163d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wled00/bus_wrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ class PolyBus {
390390
};
391391
static void* create(uint8_t busType, uint8_t* pins, uint16_t len, uint8_t channel, uint16_t clock_kHz = 0U) {
392392
#if defined(ARDUINO_ARCH_ESP32) && !(defined(CONFIG_IDF_TARGET_ESP32S2) || defined(CONFIG_IDF_TARGET_ESP32S3) || defined(CONFIG_IDF_TARGET_ESP32C3))
393-
#if defined(WLEDMM_FASTPATH) // && !defined(WLEDMM_SLOWPATH) // WLEDMM only for fastpath builds. TroyHacks: Removed the WLEDMM_SLOWPATH as it breaks WLEDMM_SLOWPATH
393+
#if defined(WLEDMM_FASTPATH) && !defined(WLEDMM_SLOWPATH) // WLEDMM only for fastpath builds.
394394
// NOTE: "channel" is only used on ESP32 (and its variants) for RMT channel allocation
395395
// since 0.15.0-b3 I2S1 is favoured for classic ESP32 and moved to position 0 (channel 0) so we need to subtract 1 for correct RMT allocation
396396
if (channel > 0) channel--; // accommodate I2S1 which is used as 1st bus on classic ESP32

0 commit comments

Comments
 (0)