mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-13 05:39:07 -04:00
Add network packet for requesting USB serial ports
This commit is contained in:
1 parent
74219e502a
commit
a122ccdc37
7 files changed
+179
-1
No files matched your search
+1
-1
@@ -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