From 2781be375f6458970416f91a98f2d28e49b1773c Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Sat, 21 Sep 2024 16:52:32 +0100 Subject: [PATCH] Swap pins used for S3 with PSRAM to avoid conflict --- wled00/bus_manager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wled00/bus_manager.cpp b/wled00/bus_manager.cpp index 2c5f0b37..287f3b51 100644 --- a/wled00/bus_manager.cpp +++ b/wled00/bus_manager.cpp @@ -617,8 +617,8 @@ BusHub75Matrix::BusHub75Matrix(BusConfig &bc) : Bus(bc.type, bc.start, bc.autoWh mxconfig.gpio.b = 48; mxconfig.gpio.c = 47; mxconfig.gpio.d = 21; // this says GND but should be the "D" pin - mxconfig.gpio.clk = 20; - mxconfig.gpio.lat = 19; + mxconfig.gpio.clk = 18; + mxconfig.gpio.lat = 8; mxconfig.gpio.oe = 0; // 16th pin is GND