mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-20 21:39:15 +08:00
FIX: [STUDIO-1908] device ftps to implicit_ssl
Change-Id: Iaa347ea17d76b7bafc0ea213217bfbc2b6c916cd (cherry picked from commit 702d1c1e6605834746b38dedc725fe67ad4edfa6)
This commit is contained in:
parent
833f7f0504
commit
41fbae4fe2
@ -1318,7 +1318,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…
x
Reference in New Issue
Block a user