mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-20 15:03:44 +02:00
Add mongoose webserver
This commit is contained in:
4
components/mongoose/CMakeLists.txt
Normal file
4
components/mongoose/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
idf_component_register(SRCS "mongoose/mongoose.c"
|
||||||
|
INCLUDE_DIRS "mongoose"
|
||||||
|
REQUIRES app_update esp_timer
|
||||||
|
)
|
||||||
19545
components/mongoose/mongoose/mongoose.c
Normal file
19545
components/mongoose/mongoose/mongoose.c
Normal file
File diff suppressed because it is too large
Load Diff
3221
components/mongoose/mongoose/mongoose.h
Normal file
3221
components/mongoose/mongoose/mongoose.h
Normal file
File diff suppressed because it is too large
Load Diff
5
components/mongoose/mongoose/mongoose_config.h
Normal file
5
components/mongoose/mongoose/mongoose_config.h
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#define MG_ARCH MG_ARCH_ESP32
|
||||||
|
|
||||||
|
#define MG_ENABLE_PACKED_FS 1
|
||||||
|
#define MG_TLS MG_TLS_NONE
|
||||||
|
// #define MG_OTA MG_OTA_CUSTOM
|
||||||
Reference in New Issue
Block a user