More configuration options

- wifi provisioning
- auto start/stop of sessions
This commit is contained in:
Martin Bauer
2020-09-03 14:10:52 +02:00
parent 92e7399fe4
commit 041031709f
12 changed files with 547 additions and 157 deletions

View File

@@ -4,7 +4,7 @@
#include <functional>
#include "Dtypes.h"
constexpr int MAX_URI_HANDLERS = 20;
constexpr int MAX_URI_HANDLERS = 25;
esp_err_t rawCallback(httpd_req_t *req);