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 56cdfac commit 4cbe92fCopy full SHA for 4cbe92f
wled00/bus_wrapper.h
@@ -1187,7 +1187,7 @@ class PolyBus {
1187
if (num > 9) return I_NONE;
1188
#endif
1189
#else
1190
- // ESP32 "audio_fastpath" - 8 RMT and 1 I2S channels. RMT 5-8 have sending delays, so use I2S#1 before going for RMT 5-8
+ // ESP32 "audio_fastpath" - 8 RMT and 1 I2S channels. RMT 5-8 have sending delays, so use I2S#1 before going for RMT 5-8
1191
#ifdef WLEDMM_SLOWPATH // I2S flickers on large installs. Favor stability over framerate.
1192
if (num > 7) return I_NONE;
1193
0 commit comments