Added restart/tare to API and various fixes

This commit is contained in:
Martin Bauer
2020-06-23 21:35:28 +02:00
parent 828e7b3405
commit 7ae434299f
6 changed files with 66 additions and 16 deletions

View File

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