mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-12 01:49:42 -04:00
Append LED number to Aura devices' LEDs
Makes identifying them easier then just 'Unknown' 8 times in a row.
This commit is contained in:
committed by
Adam Honse
parent
c69a98096b
commit
20a99ef7ef
@@ -214,6 +214,7 @@ RGBController_Aura::RGBController_Aura(AuraController * aura_ptr)
|
||||
led* new_led = new led();
|
||||
|
||||
new_led->name = aura->GetChannelName(i);
|
||||
new_led->name.append(std::to_string(i));
|
||||
|
||||
leds.push_back(*new_led);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user