Add support for dynamically regenerated web-pages. Limit to 1 concurrent TCP connection for now.

This commit is contained in:
logicog
2025-08-06 11:24:36 +02:00
parent 3841eea919
commit fff09a0521
5 changed files with 153 additions and 30 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ CC_FLAGS = -mmcs51 -I. -I../uip
ASM = sdas8051
AFLAGS= -plosgff
SRCS = httpd.c
SRCS = httpd.c page_impl.c
OBJS = ${SRCS:.c=.rel}
all: $(OBJS)