mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 21:17:18 +03:00
Added workflow build badge to readme - release
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|

|
||||||
# Squeezelite-esp32
|
# Squeezelite-esp32
|
||||||
## What is this
|
## What is this
|
||||||
Squeezelite-esp32 is an audio software suite made to run on espressif's ESP32 wifi (b/g/n) and bluetooth chipset. It offers the following capabilities
|
Squeezelite-esp32 is an audio software suite made to run on espressif's ESP32 wifi (b/g/n) and bluetooth chipset. It offers the following capabilities
|
||||||
|
|||||||
@@ -450,16 +450,16 @@ const set_GPIO_struct_t * get_gpio_struct(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_LED_LOCKED
|
#ifdef CONFIG_LED_LOCKED
|
||||||
gpio_struct.red.locked=true;
|
gpio_struct.red.fixed=true;
|
||||||
gpio_struct.green.locked=true;
|
gpio_struct.green.fixed=true;
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_JACK_LOCKED
|
#ifdef CONFIG_JACK_LOCKED
|
||||||
gpio_struct.jack.gpio=CONFIG_JACK_GPIO
|
gpio_struct.jack.gpio=CONFIG_JACK_GPIO;
|
||||||
gpio_struct.jack.fixed=true;
|
gpio_struct.jack.fixed=true;
|
||||||
gpio_struct.jack.level=CONFIG_JACK_GPIO_LEVEL;
|
gpio_struct.jack.level=CONFIG_JACK_GPIO_LEVEL;
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_SPKFAULT_LOCKED
|
#ifdef CONFIG_SPKFAULT_LOCKED
|
||||||
gpio_struct.spkfault.gpio=CONFIG_SPKFAULT_GPIO
|
gpio_struct.spkfault.gpio=CONFIG_SPKFAULT_GPIO;
|
||||||
gpio_struct.spkfault.fixed=true;
|
gpio_struct.spkfault.fixed=true;
|
||||||
gpio_struct.spkfault.level=CONFIG_SPKFAULT_GPIO_LEVEL;
|
gpio_struct.spkfault.level=CONFIG_SPKFAULT_GPIO_LEVEL;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user