From 5b8f47a70a57765ba04a4d75dfa31a2f55f75029 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 20 Mar 2021 16:20:42 +0000 Subject: add alarm support --- app/lwip/lwipopts.h | 1 + 1 file changed, 1 insertion(+) (limited to 'app/lwip/lwipopts.h') diff --git a/app/lwip/lwipopts.h b/app/lwip/lwipopts.h index ee49f7c..7adba9c 100644 --- a/app/lwip/lwipopts.h +++ b/app/lwip/lwipopts.h @@ -213,6 +213,7 @@ The STM32F4x7 allows computing and verifying the IP, UDP, TCP and ICMP checksums #define LWIP_HTTPD_CUSTOM_FILES 1 #define LWIP_HTTPD_FILE_STATE 0 +#define LWIP_HTTPD_CGI 1 -- cgit v1.2.3