mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2025-10-29 11:33:20 +00:00
test 2x
This commit is contained in:
parent
1d003279f1
commit
ff9d0d4fd4
@ -49,6 +49,7 @@ void DMX_Show() {
|
||||
if (g_dmxBuffer == 0) {
|
||||
return;
|
||||
}
|
||||
for (int i = 0; i < 2; i++) {
|
||||
#if WINDOWS
|
||||
// BREAK: pull TX low manually
|
||||
HAL_PIN_Setup_Output(dmx_pin);
|
||||
@ -74,6 +75,7 @@ void DMX_Show() {
|
||||
////Serial485.write(dmxBuffer, sizeof(dmxBuffer));
|
||||
//Serial485.flush();
|
||||
}
|
||||
}
|
||||
|
||||
byte DMX_GetByte(uint32_t idx) {
|
||||
if (idx >= DMX_CHANNELS_SIZE)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user