mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 20:16:55 +03:00
rolling 20210723
This commit is contained in:
@@ -45,9 +45,11 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
|
|||||||
|
|
||||||
**General remark:** Beside the `firmware.bin`, typically also the content of `/html` needs to be updated!
|
**General remark:** Beside the `firmware.bin`, typically also the content of `/html` needs to be updated!
|
||||||
|
|
||||||
|
##### Rolling (2021-07-23)
|
||||||
|
|
||||||
|
* Bug Fix: hmtl server
|
||||||
|
|
||||||
##### Rolling (2021-07-19)
|
Rolling (2021-07-19)
|
||||||
|
|
||||||
* Saving of rounded prevalue
|
* Saving of rounded prevalue
|
||||||
|
|
||||||
|
|||||||
@@ -107,6 +107,8 @@ esp_err_t set_content_type_from_file(httpd_req_t *req, const char *filename)
|
|||||||
return httpd_resp_set_type(req, "text/html");
|
return httpd_resp_set_type(req, "text/html");
|
||||||
} else if (IS_FILE_EXT(filename, ".jpeg")) {
|
} else if (IS_FILE_EXT(filename, ".jpeg")) {
|
||||||
return httpd_resp_set_type(req, "image/jpeg");
|
return httpd_resp_set_type(req, "image/jpeg");
|
||||||
|
} else if (IS_FILE_EXT(filename, ".jpg")) {
|
||||||
|
return httpd_resp_set_type(req, "image/jpeg");
|
||||||
} else if (IS_FILE_EXT(filename, ".ico")) {
|
} else if (IS_FILE_EXT(filename, ".ico")) {
|
||||||
return httpd_resp_set_type(req, "image/x-icon");
|
return httpd_resp_set_type(req, "image/x-icon");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="025c2b8";
|
const char* GIT_REV="1b6a124";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
const char* GIT_BRANCH="rolling";
|
||||||
const char* BUILD_TIME="2021-07-19 21:46";
|
const char* BUILD_TIME="2021-07-23 07:30";
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="025c2b8";
|
const char* GIT_REV="1b6a124";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
const char* GIT_BRANCH="rolling";
|
||||||
const char* BUILD_TIME="2021-07-19 21:45";
|
const char* BUILD_TIME="2021-07-23 07:30";
|
||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user