From 6369f4bd690c213e90018db0f784ead761511447 Mon Sep 17 00:00:00 2001 From: philippe44 Date: Sat, 28 Sep 2024 18:55:43 +0200 Subject: [PATCH] another misplaced NVS #ifdef --- main/esp_app_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/esp_app_main.c b/main/esp_app_main.c index adc3dc2f..67a9f0c7 100644 --- a/main/esp_app_main.c +++ b/main/esp_app_main.c @@ -124,10 +124,10 @@ const DefaultStringVal defaultStringVals[] = { {"a2dp_ctmt", STR(CONFIG_A2DP_CONNECT_TIMEOUT_MS)}, {"a2dp_ctrld", STR(CONFIG_A2DP_CONTROL_DELAY_MS)}, {"a2dp_sink_name", CONFIG_A2DP_SINK_NAME}, +#endif #ifdef CONFIG_AIRPLAY_SINK {"airplay_port", CONFIG_AIRPLAY_PORT}, {"enable_airplay", STR(CONFIG_AIRPLAY_SINK)} -#endif #endif }; static bool bNetworkConnected=false;