From 59f1cdcc821f34ddda90bcbcbb6c5fbcab1d74d2 Mon Sep 17 00:00:00 2001 From: David Sawatzke Date: Tue, 6 Jun 2023 16:34:22 +0200 Subject: [PATCH] Fix WS2801 output on boards with ethrnet (similar to #2542) and the corresponding fix https://github.com/Aircoookie/WLED/commit/d1fed11d0d0e93b727d8156e9523f3d1a47ce05f --- wled00/bus_wrapper.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wled00/bus_wrapper.h b/wled00/bus_wrapper.h index c5c81298e..2437cfc67 100644 --- a/wled00/bus_wrapper.h +++ b/wled00/bus_wrapper.h @@ -247,7 +247,11 @@ #define B_SS_LPO_3 NeoPixelBusLg //WS2801 +#ifdef WLED_USE_ETHERNET +#define B_HS_WS1_3 NeoPixelBusLg>, NeoGammaNullMethod> +#else #define B_HS_WS1_3 NeoPixelBusLg +#endif #define B_SS_WS1_3 NeoPixelBusLg //P9813