forked from gronod/squeezelite-esp32
12 lines
234 B
C
12 lines
234 B
C
#pragma once
|
|
|
|
#define NO_SSL
|
|
#define USE_WEBSOCKET
|
|
#define NO_FILESYSTEMS
|
|
#define NO_FILES
|
|
#define NO_CGI
|
|
#define NO_CACHING
|
|
#define NO_ATOMICS
|
|
|
|
#define MG_EXTERNAL_FUNCTION_mg_cry_internal_impl
|
|
#define MG_EXTERNAL_FUNCTION_log_access |