ENH: disable model download for P1s

Change-Id: I6913f35015119adc8abfbd0a1f0e27c65f9d6c58
Jira: none
This commit is contained in:
chunmao.guo
2023-10-25 10:24:30 +08:00
committed by Lane.Wei
parent 82f59993c7
commit 92f4ba705e
9 changed files with 28 additions and 10 deletions

View File

@@ -80,10 +80,10 @@ private:
std::string m_lan_user;
std::string m_lan_passwd;
std::string m_dev_ver;
bool m_supported = false;
bool m_lan_mode = false;
bool m_local_support = false;
bool m_remote_support = false;
bool m_model_download_support = false;
bool m_waiting_enable = false;
int m_last_mode = 0;