add PI E-861 as motor controller

This commit is contained in:
PI-SRau
2016-04-20 12:37:44 +02:00
parent ae84076e42
commit 46a4afa308
+1
View File
@@ -44,6 +44,7 @@ PIGCSController* PIGCSController::CreateGCSController(PIInterface* pInterface, c
if ( strstr(szIDN, "C-663") != NULL
|| strstr(szIDN, "C-863") != NULL
|| strstr(szIDN, "C-867") != NULL
|| strstr(szIDN, "E-861") != NULL
)
{
return new PIGCSMotorController(pInterface, szIDN);