Closed Bradleydof closed 2 years ago
Try: esphome: name: ${device_name} platformio_options: board_build.flash_mode: dio
I have tried as you asked and on the first attempt that wouldn't compile, well it still failed to compile with the exact same log (as I am sure you expected). The second one, however, worked like a charm. I would have never thought to try DIO. Sure enough that did it! Thank you SO MUCH AndreasBVB!! I owe you a debt of gratitude!
Glad I helped. I recently opened up quite a few Lolin C3 Mini and S2 Mini related issues. Kindly share you insights when possible :)
The problem
I can not get past the initial flash on the device. It is "Unable to compile the configuration". I have tried specifying differing platform versions and that got it to compile, however the ESP failed to boot. I'll include the log from the first issue with compiling as well as the second not booting issue.
I have not used any of the C3 boards before but have two 32s's and about 18 8266's running just fine.
Which version of ESPHome has the issue?
2022.81
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2022.08.5
What platform are you using?
ESP32-IDF
Board
ESP32-C3-M1 Ai Thinker
Component causing the issue
Initial flash
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response