Add HTTP server

This commit is contained in:
arne 2025-10-05 10:27:36 +02:00
commit 8bd9a9b1d0
7 changed files with 206 additions and 8 deletions

View file

@ -2,5 +2,6 @@ idf_component_register(
SRCS
"inkpot.c"
"paper.c"
"server.c"
INCLUDE_DIRS "."
)