This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Found working config here: https://github.com/esphome/issues/issues/5864 | |
# From my testing it does compiles, uploads, and runs with out issues. | |
esphome: | |
name: my-esp32c6 | |
friendly_name: My ESP32C6 | |
platformio_options: | |
platform: https://github.com/platformio/platform-espressif32/archive/refs/tags/v6.7.0.zip | |
board_build.f_cpu: 160000000L | |
board_build.f_flash: 80000000L | |
board_build.flash_size: 4MB |