From aa6aed21644aef119e57a9d8bd23484167e4e162 Mon Sep 17 00:00:00 2001 From: philippe44 Date: Sat, 4 Jan 2020 13:32:31 -0800 Subject: [PATCH] correct JACK_GPIO --- components/wifi-manager/wifi_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/wifi-manager/wifi_manager.c b/components/wifi-manager/wifi_manager.c index 2afe482e..3bebc371 100644 --- a/components/wifi-manager/wifi_manager.c +++ b/components/wifi-manager/wifi_manager.c @@ -70,7 +70,7 @@ Contains the freeRTOS task and all necessary support #ifndef SQUEEZELITE_ESP32_RELEASE_URL #define SQUEEZELITE_ESP32_RELEASE_URL "https://github.com/sle118/squeezelite-esp32/releases" #endif -#ifdef TAS57xx +#ifdef CONFIG_SQUEEZEAMP #define JACK_GPIO 34 #define JACK_LEVEL !gpio_get_level(JACK_GPIO)?"1":"0"; #else