mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
JACK_LEVEL correction for real
This commit is contained in:
@@ -72,7 +72,7 @@ Contains the freeRTOS task and all necessary support
|
||||
#endif
|
||||
#ifdef CONFIG_SQUEEZEAMP
|
||||
#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
|
||||
#define JACK_LEVEL "N/A"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user