Allow for server side controller resizing
* Save sizes profile on the server * Update RGBController_Network size on the client
This commit is contained in:
parent
3f79cc41c8
commit
f3eac499d4
3 changed files with 11 additions and 3 deletions
|
|
@ -24,6 +24,9 @@ void RGBController_Network::SetupZones()
|
|||
void RGBController_Network::ResizeZone(int zone, int new_size)
|
||||
{
|
||||
client->SendRequest_RGBController_ResizeZone(dev_idx, zone, new_size);
|
||||
|
||||
client->SendRequest_ControllerData(dev_idx);
|
||||
client->WaitOnControllerData();
|
||||
}
|
||||
|
||||
void RGBController_Network::DeviceUpdateLEDs()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue