Add basic rest_api handler

This commit is contained in:
Lorow
2024-11-02 19:21:34 +01:00
parent 951584035e
commit c96e1c9042
6 changed files with 137 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
idf_component_register(SRCS "RestAPI/RestAPI.cpp"
INCLUDE_DIRS "RestAPI"
# REQUIRES CommandManager mongoose
REQUIRES mongoose
)