mongoose/examples/esp32/device-dashboard/main/mongoose_config.h
Sergio R. Caprile 9b99f62311 Refactor OTA API
2024-10-24 19:08:06 -03:00

6 lines
158 B
C

#define MG_ARCH MG_ARCH_ESP32
#define MG_ENABLE_PACKED_FS 1
#define MG_TLS MG_TLS_NONE // change to 'MG_TLS_MBED' to enable TLS
#define MG_OTA MG_OTA_CUSTOM