mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 05:27:01 +03:00
stack & internal memory optimization
will need to move pthread stack to external memory at some point ...
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
|
||||
#include "trace.h"
|
||||
|
||||
#ifndef CONFIG_AIRPLAY_NAME
|
||||
#define CONFIG_AIRPLAY_NAME "disabled"
|
||||
#endif
|
||||
|
||||
static const char * TAG = "platform";
|
||||
extern char current_namespace[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user