sle118 / squeezelite-esp32

ESP32 Music streaming based on Squeezelite, with support for multi-room sync, AirPlay, Bluetooth, Hardware buttons, display and more
1.27k stars 115 forks source link

I2C_Config in autoexec failing #274

Closed KerbalFoundries closed 1 year ago

KerbalFoundries commented 1 year ago

Thanks to some pointers in my discussion thread about running on an M5 Core2, I'm having the same problem as in this thread with running I2C commands from the autoexec.

Log output:

I (3808) console: Running command autoexec4 = i2cset -c 0 -p 0 -r 29 I (3818) I2S: APLL: Req RATE: 44100, real rate: 44099.988, BITS: 16, CLKM: 1, BCK_M: 8, MCLK: 11289597.000, SCLK: 1411199.625000, diva: 1, divb: 0 E (3828) i2c: i2c_master_cmd_begin(1147): i2c driver not installed

Doesn't seem to matter what I set the i2cset params to be.

i2c_config: sda=21,scl=22,port=1,speed=600000