BT & AP volume equalization, TAS5780 support

This commit is contained in:
philippe44
2019-11-23 19:04:54 -08:00
parent 459d6fe208
commit b62872ad78
4 changed files with 97 additions and 68 deletions

View File

@@ -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 TAS575x
#ifdef TAS57xx
#define JACK_GPIO 34
#define JACK_LEVEL !gpio_get_level(JACK_GPIO)?"1":"0";
#else