Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyHV committed May 19, 2024
1 parent 85ac1c9 commit dcbce43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ESP32_PrusaConnectCam/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit dcbce43

Please sign in to comment.