Added a check for the E-727

This commit is contained in:
kpetersn
2016-03-23 16:56:17 -05:00
parent 639b892b71
commit d989e788c9
+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);