From ae5143a520a649f28f07aa6aeaa6a1f555f9bfee Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Thu, 14 Jan 2021 17:04:22 -0600 Subject: [PATCH] Update description of LEDStrip since it now supports multiple protocols --- Controllers/LEDStripController/RGBController_LEDStrip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/LEDStripController/RGBController_LEDStrip.cpp b/Controllers/LEDStripController/RGBController_LEDStrip.cpp index 083c5690..69b1fad1 100644 --- a/Controllers/LEDStripController/RGBController_LEDStrip.cpp +++ b/Controllers/LEDStripController/RGBController_LEDStrip.cpp @@ -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;