Skip to content

Commit 68af4d0

Browse files
committed
Fall back to SteelSeriesApexBaseController::GetSerial() if not using new protocol
1 parent 81128d1 commit 68af4d0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Controllers/SteelSeriesController/SteelSeriesApexController/SteelSeriesApexController.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,10 @@ void SteelSeriesApexController::SendInitialization()
223223

224224
std::string SteelSeriesApexController::GetSerial()
225225
{
226+
if(use_new_protocol)
227+
{
226228
return "64865";
229+
}
230+
231+
return SteelSeriesApexBaseController::GetSerial();
227232
}

0 commit comments

Comments
 (0)