mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 21:17:18 +03:00
Merge remote-tracking branch 'origin/master-v4.3' into master-v4.3
This commit is contained in:
2
.github/workflows/esp-idf-v4.3-build.yml
vendored
2
.github/workflows/esp-idf-v4.3-build.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
max-parallel: 1
|
max-parallel: 1
|
||||||
matrix:
|
matrix:
|
||||||
node: [I2S-4MFlash, SqueezeAmp]
|
node: [I2S-4MFlash, SqueezeAmp, Muse]
|
||||||
depth: [16, 32]
|
depth: [16, 32]
|
||||||
steps:
|
steps:
|
||||||
- name: Set target name
|
- name: Set target name
|
||||||
|
|||||||
@@ -182,6 +182,7 @@ CONFIG_LOGGING_OUTPUT="info"
|
|||||||
# end of Logging
|
# end of Logging
|
||||||
|
|
||||||
CONFIG_MUTE_GPIO_LEVEL=0
|
CONFIG_MUTE_GPIO_LEVEL=0
|
||||||
|
CONFIG_WELL_KNOWN=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Target
|
# Target
|
||||||
|
|||||||
1624
build-scripts/Muse-sdkconfig.defaults
Normal file
1624
build-scripts/Muse-sdkconfig.defaults
Normal file
File diff suppressed because it is too large
Load Diff
@@ -179,6 +179,7 @@ CONFIG_I2C_LOCKED=y
|
|||||||
CONFIG_LED_LOCKED=y
|
CONFIG_LED_LOCKED=y
|
||||||
CONFIG_SPKFAULT_LOCKED=y
|
CONFIG_SPKFAULT_LOCKED=y
|
||||||
CONFIG_MUTE_GPIO_LEVEL=0
|
CONFIG_MUTE_GPIO_LEVEL=0
|
||||||
|
CONFIG_WELL_KNOWN=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Target
|
# Target
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ menu "Squeezelite-ESP32"
|
|||||||
config DAC_CONTROLSET
|
config DAC_CONTROLSET
|
||||||
string
|
string
|
||||||
default "{ \"init\": [ {\"reg\":41, \"val\":128}, {\"reg\":18, \"val\":255} ], \"poweron\": [ {\"reg\":18, \"val\":64, \"mode\":\"or\"} ], \"poweroff\": [ {\"reg\":18, \"val\":191, \"mode\":\"and\"} ] }" if TWATCH2020
|
default "{ \"init\": [ {\"reg\":41, \"val\":128}, {\"reg\":18, \"val\":255} ], \"poweron\": [ {\"reg\":18, \"val\":64, \"mode\":\"or\"} ], \"poweroff\": [ {\"reg\":18, \"val\":191, \"mode\":\"and\"} ] }" if TWATCH2020
|
||||||
default "{\"init\":[ {\"reg\":0,\"val\":128}, {\"reg\":0,\"val\":0}, {\"reg\":25,\"val\":4}, {\"reg\":1,\"val\":80}, {\"reg\":2,\"val\":0}, {\"reg\":8,\"val\":0}, {\"reg\":4,\"val\":192}, {\"reg\":0,\"val\":18}, {\"reg\":1,\"val\":0}, {\"reg\":23,\"val\":24}, {\"reg\":24,\"val\":2}, {\"reg\":38,\"val\":9}, {\"reg\":39,\"val\":144}, {\"reg\":42,\"val\":144}, {\"reg\":43,\"val\":128}, {\"reg\":45,\"val\":128}, {\"reg\":27,\"val\":0}, {\"reg\":26,\"val\":0}, {\"reg\":2,\"val\":240}, {\"reg\":2,\"val\":0}, {\"reg\":29,\"val\":28}, {\"reg\":4,\"val\":48}, {\"reg\":25,\"val\":0} ]}" if MUSE
|
default "{\"init\":[ {\"reg\":0,\"val\":128}, {\"reg\":0,\"val\":0}, {\"reg\":25,\"val\":4}, {\"reg\":1,\"val\":80}, {\"reg\":2,\"val\":0}, {\"reg\":8,\"val\":0}, {\"reg\":4,\"val\":192}, {\"reg\":0,\"val\":18}, {\"reg\":1,\"val\":0}, {\"reg\":23,\"val\":24}, {\"reg\":24,\"val\":2}, {\"reg\":38,\"val\":9}, {\"reg\":39,\"val\":144}, {\"reg\":42,\"val\":144}, {\"reg\":43,\"val\":128}, {\"reg\":45,\"val\":128}, {\"reg\":27,\"val\":0}, {\"reg\":26,\"val\":0}, {\"reg\":2,\"val\":240}, {\"reg\":2,\"val\":0}, {\"reg\":29,\"val\":28}, {\"reg\":4,\"val\":48}, {\"reg\":25,\"val\":0}, {\"reg\":46,\"val\":33}, {\"reg\":47,\"val\":33} ]}" if MUSE
|
||||||
default ""
|
default ""
|
||||||
config AUDIO_CONTROLS
|
config AUDIO_CONTROLS
|
||||||
string
|
string
|
||||||
|
|||||||
Reference in New Issue
Block a user