Unverified Commit 2dcb28fc authored by Rodrigo Garcia's avatar Rodrigo Garcia Committed by GitHub

Update esp32-hal-rgb-led.c (#9374)

parent 75b7f4b6
......@@ -43,5 +43,5 @@ void neopixelWrite(uint8_t pin, uint8_t red_val, uint8_t green_val, uint8_t blue
i++;
}
}
rmtWrite(rmt_send, led_data, 24);
rmtWriteBlocking(rmt_send, led_data, 24);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment