Add mongoose webserver

This commit is contained in:
Lorow
2024-11-02 19:20:33 +01:00
parent b27037d04b
commit 951584035e
4 changed files with 22775 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
idf_component_register(SRCS "mongoose/mongoose.c"
INCLUDE_DIRS "mongoose"
REQUIRES app_update esp_timer
)