app上屏蔽固件升级和锁定功能

This commit is contained in:
luoliangyi 2022-12-06 08:40:31 +08:00
parent e8899df941
commit 273ebeb85a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ struct FwUpgradeAndDevLock
FwUpgradeAndDevLock(const std::string &devName)
{
m_devName = devName;
m_checkFlag = DevLock;
m_checkFlag = 0;
m_handleFlag = 0;
}