upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/main/tollgate_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/tollgate_api.c')
-rw-r--r--main/tollgate_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/tollgate_api.c b/main/tollgate_api.c
index 5ada3c7..b2ad647 100644
--- a/main/tollgate_api.c
+++ b/main/tollgate_api.c
@@ -330,6 +330,7 @@ esp_err_t tollgate_api_start(void)
330 config.server_port = 2121; 330 config.server_port = 2121;
331 config.ctrl_port = 32769; 331 config.ctrl_port = 32769;
332 config.max_uri_handlers = 10; 332 config.max_uri_handlers = 10;
333 config.stack_size = 16384;
333 334
334 esp_err_t ret = httpd_start(&s_api_server, &config); 335 esp_err_t ret = httpd_start(&s_api_server, &config);
335 if (ret != ESP_OK) { 336 if (ret != ESP_OK) {