mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-27 12:50:39 +03:00
rolling 20210707
This commit is contained in:
@@ -403,7 +403,8 @@ httpd_handle_t start_webserver(void)
|
||||
config.global_transport_ctx = NULL;
|
||||
config.global_transport_ctx_free_fn = NULL;
|
||||
config.open_fn = NULL;
|
||||
config.close_fn = NULL;
|
||||
config.close_fn = NULL;
|
||||
config.lru_purge_enable = true; // neu, um schlechte Serverbindung zu verhindern
|
||||
// config.uri_match_fn = NULL;
|
||||
config.uri_match_fn = httpd_uri_match_wildcard;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="894c7f6";
|
||||
const char* GIT_REV="e24ba68";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="rolling";
|
||||
const char* BUILD_TIME="2021-07-04 10:15";
|
||||
const char* BUILD_TIME="2021-07-07 21:50";
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="894c7f6";
|
||||
const char* GIT_REV="e24ba68";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="rolling";
|
||||
const char* BUILD_TIME="2021-07-04 10:15";
|
||||
const char* BUILD_TIME="2021-07-07 21:50";
|
||||
Reference in New Issue
Block a user