add support for E-871 and E-873 as "motor" controllers

This commit is contained in:
PI-SRau
2016-10-20 17:39:45 +02:00
parent bcdff1c0dc
commit cbea70e429
+2
View File
@@ -46,6 +46,8 @@ PIGCSController* PIGCSController::CreateGCSController(PIInterface* pInterface, c
|| strstr(szIDN, "C-867") != NULL
|| strstr(szIDN, "C-884") != NULL
|| strstr(szIDN, "E-861") != NULL
|| strstr(szIDN, "E-871") != NULL
|| strstr(szIDN, "E-873") != NULL
)
{
return new PIGCSMotorController(pInterface, szIDN);