mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
FIX: [STUDIO-1908] device ftps to implicit_ssl
Change-Id: Iaa347ea17d76b7bafc0ea213217bfbc2b6c916cd (cherry picked from commit 702d1c1e6605834746b38dedc725fe67ad4edfa6) (cherry picked from commit 2019750d9c03a97b9b3f746d90e4f1122d81b12c)
This commit is contained in:
parent
ee0f3c7a2f
commit
dbdef05f2e
1 changed files with 1 additions and 1 deletions
|
@ -1333,7 +1333,7 @@ void MachineObject::parse_version_func()
|
|||
is_support_ai_monitoring = true;
|
||||
is_support_ams_humidity = true;
|
||||
}
|
||||
local_use_ssl = ota_version->second.sw_ver.compare("01.03.01.02") >= 0;
|
||||
local_use_ssl = ota_version->second.sw_ver.compare("01.03.01.04") >= 0;
|
||||
}
|
||||
} else if (printer_type == "C11") {
|
||||
local_use_ssl = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue