mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-07-14 23:10:47 +02:00
Add mongoose webserver
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
idf_component_register(SRCS "mongoose/mongoose.c"
|
||||||
|
INCLUDE_DIRS "mongoose"
|
||||||
|
REQUIRES app_update esp_timer
|
||||||
|
)
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -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