|
@@ -2312,7 +2312,8 @@ namespace MOKA_Factory_Tools
|
|
|
// 读取psn的值;
|
|
|
if (SerialCMD.ReadFireTVPSN(TVPort, out result, out data, out error, SerailDelay))
|
|
|
{
|
|
|
- psn = keyInfo._PSN.data = Encoding.ASCII.GetString(data);
|
|
|
+ psn = keyInfo._PSN.data = Encoding.ASCII.GetString(data);
|
|
|
+#if false
|
|
|
// 通过http获取对应fsn的psn值;
|
|
|
if (GMethod.GetMainBoardPSNWithSN(SN, out GetPSNInFsn))
|
|
|
{
|
|
@@ -2329,7 +2330,7 @@ namespace MOKA_Factory_Tools
|
|
|
Log.WriteErrorLog(ErrMsg);
|
|
|
goto end;
|
|
|
}
|
|
|
-
|
|
|
+#endif
|
|
|
}
|
|
|
else
|
|
|
{
|