Update description of LEDStrip since it now supports multiple protocols

This commit is contained in:
Adam Honse 2021-01-14 17:04:22 -06:00
parent 5503560775
commit ae5143a520

View file

@ -16,7 +16,7 @@ RGBController_LEDStrip::RGBController_LEDStrip(LEDStripController* ledstrip_ptr)
name = "LED Strip";
type = DEVICE_TYPE_LEDSTRIP;
description = "Keyboard Visualizer Arduino LED Strip Device";
description = "Serial LED Strip Device";
location = strip->GetLocation();
mode Direct;