Append LED number to Aura devices' LEDs
Makes identifying them easier then just 'Unknown' 8 times in a row.
This commit is contained in:
parent
c69a98096b
commit
20a99ef7ef
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue