mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 13:07:03 +03:00
correct JACK_GPIO
This commit is contained in:
@@ -70,7 +70,7 @@ Contains the freeRTOS task and all necessary support
|
|||||||
#ifndef SQUEEZELITE_ESP32_RELEASE_URL
|
#ifndef SQUEEZELITE_ESP32_RELEASE_URL
|
||||||
#define SQUEEZELITE_ESP32_RELEASE_URL "https://github.com/sle118/squeezelite-esp32/releases"
|
#define SQUEEZELITE_ESP32_RELEASE_URL "https://github.com/sle118/squeezelite-esp32/releases"
|
||||||
#endif
|
#endif
|
||||||
#ifdef TAS57xx
|
#ifdef CONFIG_SQUEEZEAMP
|
||||||
#define JACK_GPIO 34
|
#define JACK_GPIO 34
|
||||||
#define JACK_LEVEL !gpio_get_level(JACK_GPIO)?"1":"0";
|
#define JACK_LEVEL !gpio_get_level(JACK_GPIO)?"1":"0";
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user