Waitmissing for missing memory

This commit is contained in:
jomjol
2020-12-23 11:09:27 +01:00
parent 9971c82e99
commit 7e4f83c2f5
14 changed files with 39 additions and 96 deletions

View File

@@ -141,7 +141,6 @@ esp_err_t starttime_get_handler(httpd_req_t *req)
esp_err_t hello_main_handler(httpd_req_t *req)
{
char filepath[50];
struct stat file_stat;
printf("uri: %s\n", req->uri);
int _pos;
esp_err_t res;
@@ -196,7 +195,6 @@ esp_err_t hello_main_handler(httpd_req_t *req)
esp_err_t img_tmp_handler(httpd_req_t *req)
{
char filepath[50];
struct stat file_stat;
printf("uri: %s\n", req->uri);
char *base_path = (char*) req->user_ctx;
@@ -236,7 +234,7 @@ esp_err_t img_tmp_virtual_handler(httpd_req_t *req)
if (filetosend == "raw.jpg")
{
return GetRawJPG(req);
return GetRawJPG(req);
}
esp_err_t zw = GetJPG(filetosend, req);

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="b418525";
const char* GIT_REV="9971c82";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling-reduce-sd-use";
const char* BUILD_TIME="2020-12-23 07:56";
const char* BUILD_TIME="2020-12-23 10:06";