updated the webserver to properly use post

This commit is contained in:
2026-03-25 22:11:01 +01:00
parent 67f2baabbb
commit a2de9ab8d6
5 changed files with 82 additions and 32 deletions

View File

@@ -1,6 +1,8 @@
#ifndef _LWIPOPTS_H
#define _LWIPOPTS_H
#define HTTPD_FSDATA_FILE "src/fsdata.c"
#define NO_SYS 1
#define LWIP_SOCKET 0
#define LWIP_NETCONN 0
@@ -18,6 +20,7 @@
#define LWIP_HTTPD 1
#define LWIP_HTTPD_CGI 1
#define LWIP_HTTPD_SSI 1
#define LWIP_HTTPD_SUPPORT_POST 1
#define LWIP_NETIF_HOSTNAME 1
#define LWIP_NETIF_STATUS_CALLBACK 1