mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 21:17:18 +03:00
Console implemented, DAC stabilized, BT stabilized
This commit is contained in:
@@ -63,7 +63,7 @@ extern pthread_t wifi_connect_suspend_mutex;
|
||||
// "\n",
|
||||
// ""
|
||||
//};
|
||||
#define ESP_LOG_DEBUG_EVENT(tag,e) ESP_LOGD(tag,"evt: " QUOTE(e))
|
||||
#define ESP_LOG_DEBUG_EVENT(tag,e) ESP_LOGD(tag,"evt: " e)
|
||||
typedef struct {
|
||||
char * optName;
|
||||
char * cmdLinePrefix;
|
||||
|
||||
Reference in New Issue
Block a user