We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81128d1 commit 68af4d0Copy full SHA for 68af4d0
1 file changed
Controllers/SteelSeriesController/SteelSeriesApexController/SteelSeriesApexController.cpp
@@ -223,5 +223,10 @@ void SteelSeriesApexController::SendInitialization()
223
224
std::string SteelSeriesApexController::GetSerial()
225
{
226
+ if(use_new_protocol)
227
+ {
228
return "64865";
229
+ }
230
+
231
+ return SteelSeriesApexBaseController::GetSerial();
232
}
0 commit comments