mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 14:14:17 -04:00
Update Espurna controller to use new Light device type
This commit is contained in:
@@ -13,7 +13,7 @@ RGBController_Espurna::RGBController_Espurna(EspurnaController* espurna_ptr)
|
||||
espurna = espurna_ptr;
|
||||
|
||||
name = "Espurna";
|
||||
type = DEVICE_TYPE_LEDSTRIP;
|
||||
type = DEVICE_TYPE_LIGHT;
|
||||
description = "Espurna Device";
|
||||
|
||||
mode Direct;
|
||||
|
||||
Reference in New Issue
Block a user