Skip to content

Commit 3dc45b8

Browse files
committed
Fix b pin for Default pins
1 parent 020eca8 commit 3dc45b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/bus_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ BusHub75Matrix::BusHub75Matrix(const BusConfig &bc) : Bus(bc.type, bc.start, bc.
890890
https://www.electrodragon.com/product/rgb-matrix-panel-drive-interface-board-for-esp32-dma/
891891
892892
*/
893-
mxconfig.gpio = { 25, 26, 27, 14, 12, 13, 23, 9, 5, 17, 18, 4, 15, 16 };
893+
mxconfig.gpio = { 25, 26, 27, 14, 12, 13, 23, 19, 5, 17, 18, 4, 15, 16 };
894894

895895
#endif
896896

0 commit comments

Comments
 (0)