mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-12 22:31:50 -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:
@@ -45,7 +45,7 @@ DetectedControllers DetectPatriotViperControllers(i2c_smbus_interface* bus, std:
|
||||
/*-----------------------------------------------------*\
|
||||
| Check for Patriot Viper controller at 0x77 |
|
||||
\*-----------------------------------------------------*/
|
||||
LOG_DEBUG("[%s] Testing bus %d at address 0x77", PATRIOT_CONTROLLER_NAME, bus->port_id);
|
||||
LOG_DEBUG("[%s] Testing bus %d at address 0x77", PATRIOT_CONTROLLER_NAME, bus->info.port_id);
|
||||
|
||||
if(TestForPatriotViperController(bus, 0x77))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user