mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
another misplaced NVS #ifdef
This commit is contained in:
@@ -124,11 +124,11 @@ const DefaultStringVal defaultStringVals[] = {
|
|||||||
{"a2dp_ctmt", STR(CONFIG_A2DP_CONNECT_TIMEOUT_MS)},
|
{"a2dp_ctmt", STR(CONFIG_A2DP_CONNECT_TIMEOUT_MS)},
|
||||||
{"a2dp_ctrld", STR(CONFIG_A2DP_CONTROL_DELAY_MS)},
|
{"a2dp_ctrld", STR(CONFIG_A2DP_CONTROL_DELAY_MS)},
|
||||||
{"a2dp_sink_name", CONFIG_A2DP_SINK_NAME},
|
{"a2dp_sink_name", CONFIG_A2DP_SINK_NAME},
|
||||||
|
#endif
|
||||||
#ifdef CONFIG_AIRPLAY_SINK
|
#ifdef CONFIG_AIRPLAY_SINK
|
||||||
{"airplay_port", CONFIG_AIRPLAY_PORT},
|
{"airplay_port", CONFIG_AIRPLAY_PORT},
|
||||||
{"enable_airplay", STR(CONFIG_AIRPLAY_SINK)}
|
{"enable_airplay", STR(CONFIG_AIRPLAY_SINK)}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
static bool bNetworkConnected=false;
|
static bool bNetworkConnected=false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user