This commit is contained in:
Tester23 2025-09-13 22:03:18 +02:00
parent 002b2d7785
commit e0b0e9053a

View File

@ -49,7 +49,7 @@ void DMX_Show() {
if (g_dmxBuffer == 0) {
return;
}
#if 0
#if WINDOWS
// BREAK: pull TX low manually
HAL_PIN_Setup_Output(dmx_pin);
HAL_PIN_SetOutputValue(dmx_pin, 0);