Don't flush COM port after write in LED Strip controller

This commit is contained in:
Adam Honse
2020-11-30 16:55:01 -06:00
parent 049441a4f5
commit a2f348a245

View File

@@ -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)
{