Output of "Scan I2C bus for devices" seems to be wrong.
My config is:
So ES8388 has address d16=10h and MCP23017 has address d32=20h.
Scan output is:
https://i2cdevices.org/addresses shows for 0x20=20h MCP23017 what is correct. Squeezelite-ESP32 shows ES8388 instead that should be at 0x10.
My config is:
Code:
dac_config: model=ES8388,bck=5,ws=25,do=26,sda=18,scl=23,i2c=16 gpio_exp_config: model=mcp23017,addr=32,port=dac,base=100,intr=19
Scan output is:
Code:
------------------------------------------------------------------------------------ Detected the following devices (names provided by https://i2cdevices.org/addresses). 16 [10h]- VEML7700 VML6075 VEML6075 32 [20h]- ES8388 ------------------------------------------------------------------------------------
Comment