We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b7f4b commit 2dcb28fCopy full SHA for 2dcb28f
cores/esp32/esp32-hal-rgb-led.c
@@ -43,5 +43,5 @@ void neopixelWrite(uint8_t pin, uint8_t red_val, uint8_t green_val, uint8_t blue
43
i++;
44
}
45
46
- rmtWrite(rmt_send, led_data, 24);
+ rmtWriteBlocking(rmt_send, led_data, 24);
47
0 commit comments