ENH:synchronize different codes

Change-Id: I011b39ee85eecbb9da99d1c4fe1f2875267acc32
This commit is contained in:
tao wang 2023-05-25 16:51:01 +08:00 committed by Lane.Wei
parent f97261bca9
commit 2d8ddca1d6
12 changed files with 50 additions and 41 deletions

View file

@ -41,8 +41,8 @@ public:
std::string task_ams_mapping;
std::string connection_type;
bool m_local_use_ssl_for_ftp{false};
bool m_local_use_ssl_for_mqtt{false};
bool m_local_use_ssl_for_ftp{true};
bool m_local_use_ssl_for_mqtt{true};
bool cloud_print_only { false };
bool has_sdcard { false };
bool task_use_ams { true };