Browse Source

Merge branch 'ST2' into feature_gpio_fsm

80374374 8 tháng trước cách đây
mục cha
commit
320dace02f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      Module/mod_accessauth/mod_AccessAuth.cpp

+ 2 - 0
Module/mod_accessauth/mod_AccessAuth.cpp

@@ -1528,6 +1528,8 @@ void CAccessAuthEntity::GetHardWareInfo()
 	else
 		DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("device info: [%s]", strRet.GetData());
 
+	m_iGetTermSysInfo = 1;
+
 	return;
 
 }