gcormier / megadesk

Open-source IKEA Bekant controller board
GNU General Public License v3.0
717 stars 53 forks source link

Update megadesk-companion.yaml #137

Closed AnAnalogGuy closed 1 year ago

AnAnalogGuy commented 1 year ago

esp32-c3 support has been added only last year to arduino/espressif32. Doesn't seem to run with older versions. Added the most recent versions to the yaml to make avoid running into version issues/conflicts.

gcormier commented 1 year ago

Which version of esphome are you using? The original file here ran without issues on the latest for me. Maybe we can add comments to indicate if an older version, to include the 2 lines you added?

AnAnalogGuy commented 1 year ago

Which version of esphome are you using? esphome version 2022.09.4

The original file here ran without issues on the latest for me. I don't think this direclty correlates with ESPHome. From what i understand, the issue comes from missing/not working support of the esp32-c3 in the espressif32 and Arduino framework. ESPHome is running on top of these frameworks.

The reason you didn't run into issues could be that you also had newer versions of those frameworks?

gcormier commented 1 year ago

merged, and added a comment myself in a subsequent commit about it. I also got 2022.9.4 via pip which is what most users are likely using.

Thanks!