Fix failed to retrive PA calib result

This commit is contained in:
Noisyfox
2025-11-01 14:23:32 +08:00
parent ea85db92ba
commit a594e5fa01

View File

@@ -4024,7 +4024,6 @@ int MachineObject::parse_json(std::string tunnel, std::string payload, bool key_
if (jj["result"].get<std::string>() == "fail") {
is_succeed = false;
}
is_succeed = false;
}
if (is_succeed) {