mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-20 05:39:04 +08:00
FIX: fix crash in ota version
Change-Id: Ieec2976c48033bea18c8b00a8a70c89c9a7e1880
This commit is contained in:
parent
6bbc3c6a26
commit
fe689ca197
@ -1348,7 +1348,9 @@ void MachineObject::parse_version_func()
|
|||||||
}
|
}
|
||||||
} else if (printer_type == "C11") {
|
} else if (printer_type == "C11") {
|
||||||
local_use_ssl = true;
|
local_use_ssl = true;
|
||||||
is_support_send_to_sdcard = ota_version->second.sw_ver.compare("01.02.00.00") >= 0;
|
if (ota_version != module_vers.end()) {
|
||||||
|
is_support_send_to_sdcard = ota_version->second.sw_ver.compare("01.02.00.00") >= 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user