Matt Kasa

Results 5 comments of Matt Kasa

@mmuenker I'm not able to reproduce a working release using your example with `$CI_JOB_TOKEN`, I get: ``` [9:15:28 PM] [semantic-release] › ✖ EGITNOPERMISSION Cannot push to the Git repository. ```...

Seems like the peripherals of the ESP32-S3-Korvo-1 are really similar to ESP32-S3-BOX as well. One main difference is the ES7210 is on a different I2S bus from the ES8311. I...

@rpatel3001 I'm testing like this, but I have no idea how `speaker.play:` is supposed to look: ``` on_press: - output.turn_on: pa_ctrl - speaker.play: id: external_speaker data: [64, 64, 0, 0,...

Ah yeah, I'm using the `esp-idf` framework, so `media_player` isn't supported, my thinking has been to use esp-idf to make it easier to build a component that uses esp-sr for...

@rpatel3001 for esp-idf try: ```yaml esp32: board: esp32s3box framework: type: esp-idf variant: ESP32S3 ``` I was able to get arduino working on the Korvo with this: ```yaml esp32: board: esp32-s3-devkitc-1...