parent
85ac1c9806
commit
dcbce43310
|
|
@ -381,6 +381,7 @@ void Server_InitWebServer_Actions() {
|
||||||
return;
|
return;
|
||||||
SystemCamera.CapturePhoto();
|
SystemCamera.CapturePhoto();
|
||||||
request->send_P(200, "text/plain", "Take Photo");
|
request->send_P(200, "text/plain", "Take Photo");
|
||||||
|
SystemCamera.CaptureReturnFrameBuffer();
|
||||||
});
|
});
|
||||||
|
|
||||||
/* route for send photo to prusa backend */
|
/* route for send photo to prusa backend */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue