This commit is contained in:
David Rice
2026-01-04 21:06:45 +00:00
parent 796cd05143
commit fa05b85a63

View File

@@ -68,7 +68,7 @@ void setup_hardware() {
queue_init(&midi_fifo, sizeof(midi_note_msg_t), FIFO_SIZE);
/* Reset DMX */
dmx_buffer[0x01] = 0x00;
dmx_buffer[0x01] = 0xFF;
dmx_buffer[0x02] = 0x00;
dmx_buffer[0x03] = 0x00;
dmx_buffer[0x04] = 0x00;