From ede2f5f64e62dabd3f2a3734148023be132f6854 Mon Sep 17 00:00:00 2001 From: Tester23 <85486843+openshwprojects@users.noreply.github.com> Date: Sat, 13 Sep 2025 15:56:01 +0200 Subject: [PATCH] Update drv_dmx512.c --- src/driver/drv_dmx512.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/drv_dmx512.c b/src/driver/drv_dmx512.c index 876a8ca4b..f05163c8c 100644 --- a/src/driver/drv_dmx512.c +++ b/src/driver/drv_dmx512.c @@ -41,7 +41,7 @@ static byte *g_dmxBuffer; static int dmx_pixelCount = 0; static int dmx_pixelSize = 3; -int dmx_pin = 0; +int dmx_pin = 22; void DMX_Show() { // BREAK: pull TX low manually