pull/32/head v1.0.2
Miroslav Pivovarsky 2024-05-19 10:58:15 +02:00
parent 85ac1c9806
commit dcbce43310
1 changed files with 1 additions and 0 deletions

View File

@ -381,6 +381,7 @@ void Server_InitWebServer_Actions() {
return;
SystemCamera.CapturePhoto();
request->send_P(200, "text/plain", "Take Photo");
SystemCamera.CaptureReturnFrameBuffer();
});
/* route for send photo to prusa backend */