mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-22 01:11:40 +00:00
bug fix calibration message status not showing
This commit is contained in:
@@ -192,9 +192,10 @@ public class RequestHandler {
|
||||
System.err.println("CALFAIL");
|
||||
ctx.status(500);
|
||||
}
|
||||
} else {
|
||||
pipeManager.setCalibrationMode(false);
|
||||
ctx.status(201);
|
||||
}
|
||||
pipeManager.setCalibrationMode(false);
|
||||
ctx.status(201);
|
||||
}
|
||||
|
||||
public static void onPnpModel(Context ctx) throws JsonProcessingException {
|
||||
|
||||
Reference in New Issue
Block a user