P1S LAN mode not working #1882 (#1905)

This commit is contained in:
gobau 2023-08-24 19:09:43 +09:00 committed by GitHub
parent dee6120c34
commit ec8d348c5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1389,7 +1389,7 @@ void MachineObject::parse_version_func()
local_use_ssl = ota_version->second.sw_ver.compare("01.03.01.04") >= 0;
}
}
} else if (printer_type == "C11") {
} else if (printer_type == "C11" || printer_type == "C12") {
if (firmware_type == PrinterFirmwareType::FIRMWARE_TYPE_ENGINEER)
local_use_ssl = false;
else {