mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-31 06:40:49 +03:00
v10.1.0
This commit is contained in:
@@ -378,7 +378,7 @@ httpd_handle_t start_webserver(void)
|
||||
config.server_port = 80;
|
||||
config.ctrl_port = 32768;
|
||||
config.max_open_sockets = 5; //20210921 --> vorher 7
|
||||
config.max_uri_handlers = 24;
|
||||
config.max_uri_handlers = 30; // vorher 24
|
||||
config.max_resp_headers = 8;
|
||||
config.backlog_conn = 5;
|
||||
config.lru_purge_enable = true; // dadurch werden alte Verbindungen gekappt, falls neue benögt werden.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="8dd3a92";
|
||||
const char* GIT_REV="63d336b";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="rolling";
|
||||
const char* BUILD_TIME="2022-01-04 21:10";
|
||||
const char* BUILD_TIME="2022-01-09 09:39";
|
||||
@@ -13,7 +13,7 @@ extern "C"
|
||||
#include "Helper.h"
|
||||
#include <fstream>
|
||||
|
||||
const char* GIT_BASE_BRANCH = "master - v10.0.2 - 2022-01-01";
|
||||
const char* GIT_BASE_BRANCH = "master - v10.1.0 - 2022-01-09";
|
||||
|
||||
|
||||
const char* git_base_branch(void)
|
||||
|
||||
Reference in New Issue
Block a user