minor indent
This commit is contained in:
@@ -1187,7 +1187,7 @@ class PolyBus {
|
|||||||
if (num > 9) return I_NONE;
|
if (num > 9) return I_NONE;
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
// 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
|
||||||
#ifdef WLEDMM_SLOWPATH // I2S flickers on large installs. Favor stability over framerate.
|
#ifdef WLEDMM_SLOWPATH // I2S flickers on large installs. Favor stability over framerate.
|
||||||
if (num > 7) return I_NONE;
|
if (num > 7) return I_NONE;
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user