Merge pull request #21 from kmpeters/PI_E-727

Added a check for the E-727
This commit is contained in:
rsluiter
2016-03-24 12:09:13 -05:00
+1
View File
@@ -55,6 +55,7 @@ PIGCSController* PIGCSController::CreateGCSController(PIInterface* pInterface, c
else if ( strstr(szIDN, "E-753") != NULL
|| strstr(szIDN, "E-709") != NULL
|| strstr(szIDN, "E-725") != NULL
|| strstr(szIDN, "E-727") != NULL
)
{
return new PIGCSPiezoController(pInterface, szIDN);