We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b318433 commit 9ec6d18Copy full SHA for 9ec6d18
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