mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-08 12:25:07 -04:00
Add network packet for requesting USB serial ports
This commit is contained in:
@@ -394,7 +394,7 @@ std::vector<SerialDeviceInfo> ResourceManager::GetUSBSerialPorts()
|
||||
{
|
||||
if(IsLocalClient())
|
||||
{
|
||||
return(find_usb_serial_ports());
|
||||
return(GetLocalClient()->GetUSBSerialPorts());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user