From 3dc45b80bacbb0567a48ed63bf54e1a849155943 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Mon, 16 Jun 2025 22:27:42 +0100 Subject: [PATCH] Fix b pin for Default pins --- wled00/bus_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/bus_manager.cpp b/wled00/bus_manager.cpp index 3febcbc9..26480b03 100644 --- a/wled00/bus_manager.cpp +++ b/wled00/bus_manager.cpp @@ -890,7 +890,7 @@ BusHub75Matrix::BusHub75Matrix(const BusConfig &bc) : Bus(bc.type, bc.start, bc. https://www.electrodragon.com/product/rgb-matrix-panel-drive-interface-board-for-esp32-dma/ */ - mxconfig.gpio = { 25, 26, 27, 14, 12, 13, 23, 9, 5, 17, 18, 4, 15, 16 }; + mxconfig.gpio = { 25, 26, 27, 14, 12, 13, 23, 19, 5, 17, 18, 4, 15, 16 }; #endif