mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-03-29 03:11:11 -04:00
Don't flush COM port after write in LED Strip controller
This commit is contained in:
@@ -136,7 +136,6 @@ void LEDStripController::SetLEDs(std::vector<RGBColor> colors)
|
||||
if (serialport != NULL)
|
||||
{
|
||||
serialport->serial_write((char *)serial_buf, (num_leds * 3) + 3);
|
||||
serialport->serial_flush_tx();
|
||||
}
|
||||
else if (udpport != NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user