mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-22 01:11:40 +00:00
bugfix calibration ending
This commit is contained in:
@@ -193,9 +193,9 @@ public class RequestHandler {
|
||||
ctx.status(500);
|
||||
}
|
||||
} else {
|
||||
pipeManager.setCalibrationMode(false);
|
||||
ctx.status(201);
|
||||
}
|
||||
pipeManager.setCalibrationMode(false);
|
||||
}
|
||||
|
||||
public static void onPnpModel(Context ctx) throws JsonProcessingException {
|
||||
|
||||
Reference in New Issue
Block a user