Update config scripts and compare tool

This commit is contained in:
Sebastien L
2021-12-17 09:34:56 -05:00
parent 3a89597ff0
commit d0bcc72bce
4 changed files with 107 additions and 47 deletions

View File

@@ -107,17 +107,6 @@ menu "Squeezelite-ESP32"
endmenu
menu "Audio settings"
menu "Known Configurations"
visible if BASIC_I2C_BT
config DAC_KNOWN_CONFIGURATIONS
string "Known DAC configurations"
default "ESP32A1S Old (AC101)|ESP32A1S V2.2+ (ES8388)|Xiaomi Gateway" if BASIC_I2C_BT
default ""
config DAC_KNOWN_CONFIGURATIONS_GPIOS
string "GPIOs for known DAC configurations"
default "model=AC101,sda=33,scl=32,bck=27,ws=26,di=35,do=25|model=ES8388,bck=5,ws=25,do=26,sda=18,scl=23,i2c=16|model=I2S,bck=12,ws=26,do=25,i2c=106,sda=18,scl=23" if BASIC_I2C_BT
default ""
endmenu
menu "DAC settings"
visible if BASIC_I2C_BT
menu "I2S settings"