mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2025-10-29 19:43:22 +00:00
T
This commit is contained in:
parent
ecda2584fd
commit
5668452374
@ -61,7 +61,7 @@ void DMX_Show() {
|
||||
|
||||
// restore UART and send DMX data
|
||||
for (int i = 0; i < DMX_BUFFER_SIZE; i++) {
|
||||
// HAL_UART_SendByte(g_dmxBuffer[i]);
|
||||
HAL_UART_SendByte(g_dmxBuffer[i]);
|
||||
}
|
||||
//Serial485.begin(250000, SERIAL_8N2, RS485_RX_PIN, RS485_TX_PIN);
|
||||
////Serial485.write(dmxBuffer, sizeof(dmxBuffer));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user