esp32: 9 LED pins with audioreactive

this allows to use 9 (instead of 8) LED pins on esp32.
This commit is contained in:
Frank
2023-09-22 18:52:06 +02:00
parent 7425b437da
commit 015ce11b72
2 changed files with 4 additions and 8 deletions

View File

@@ -44,13 +44,8 @@
#define WLED_MIN_VIRTUAL_BUSSES 4
#else
#if defined(USERMOD_AUDIOREACTIVE) // requested by @softhack007 https://github.com/blazoncek/WLED/issues/33
#ifndef WLEDMM_FASTPATH
#define WLED_MAX_BUSSES 8
#define WLED_MIN_VIRTUAL_BUSSES 2
#else
#define WLED_MAX_BUSSES 9 // WLEDMM I2S#1 is availeable for LEDs
#define WLED_MAX_BUSSES 9 // WLEDMM I2S#1 is availeable for LEDs
#define WLED_MIN_VIRTUAL_BUSSES 1
#endif
#else
#define WLED_MAX_BUSSES 10
#define WLED_MIN_VIRTUAL_BUSSES 0