mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 22:17:17 +03:00
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 |