mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-18 00:00:56 -04:00
Implement network request to get list of I2C buses so that the Get Hardware IDs dialog works in local client mode
This commit is contained in:
1 parent
f99843a550
commit
831a7cf5eb
95 files changed
+332
-205
No files matched your search
@@ -30,7 +30,7 @@ ManliGPUController::~ManliGPUController()
|
||||
|
||||
std::string ManliGPUController::GetDeviceLocation()
|
||||
{
|
||||
std::string return_string(bus->device_name);
|
||||
std::string return_string(bus->info.device_name);
|
||||
char addr[5];
|
||||
snprintf(addr, 5, "0x%02X", dev);
|
||||
return_string.append(", address ");
|
||||
|
||||
Reference in new issue
Block a user