Add vendor string to RGBController API and update all controllers with vendor information, add vendor to device information page

This commit is contained in:
Adam Honse 2020-12-01 19:24:52 -06:00
parent 35fd4e2aae
commit 09a9a5c257
69 changed files with 131 additions and 41 deletions

View file

@ -14,6 +14,7 @@ RGBController_EKController::RGBController_EKController(EKController* _dev)
EK_dev = _dev;
name = EK_dev->GetDeviceName();
vendor = "EK";
type = DEVICE_TYPE_LEDSTRIP;
description = EK_dev->GetDeviceName();
version = "1.0";