mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-19 14:33:45 +02:00
Add basic rest_api handler
This commit is contained in:
5
components/RestAPI/CMakeLists.txt
Normal file
5
components/RestAPI/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
idf_component_register(SRCS "RestAPI/RestAPI.cpp"
|
||||
INCLUDE_DIRS "RestAPI"
|
||||
# REQUIRES CommandManager mongoose
|
||||
REQUIRES mongoose
|
||||
)
|
||||
Reference in New Issue
Block a user