From 4cbe92f55b04ab3810dea4bd415ead3fb0440edb Mon Sep 17 00:00:00 2001 From: Troy <5659019+troyhacks@users.noreply.github.com> Date: Fri, 19 Apr 2024 17:20:32 -0400 Subject: [PATCH] minor indent --- wled00/bus_wrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/bus_wrapper.h b/wled00/bus_wrapper.h index fd7e7407..ada486d5 100644 --- a/wled00/bus_wrapper.h +++ b/wled00/bus_wrapper.h @@ -1187,7 +1187,7 @@ class PolyBus { if (num > 9) return I_NONE; #endif #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. if (num > 7) return I_NONE; #else