Use defaults (#64)
Some checks failed
CI / yamllint (push) Has been cancelled
CI / Bundle external component and ESPHome (push) Has been cancelled
CI / Create common environment (push) Has been cancelled
CI / Check ruff (push) Has been cancelled
CI / Check flake8 (push) Has been cancelled
CI / Check pylint (push) Has been cancelled
CI / Check pyupgrade (push) Has been cancelled
CI / Run script/ci-custom (push) Has been cancelled
CI / Check clang-format (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / Validate example configurations (push) Has been cancelled
CI / Build example configurations (push) Has been cancelled

This commit is contained in:
Sebastian Muszynski
2025-06-21 22:08:19 +02:00
committed by GitHub
parent c76f01eb1f
commit c6c75a19d0

View File

@@ -7,24 +7,13 @@ substitutions:
esphome:
name: ${name}
comment: ${device_description}
min_version: 2024.6.0
platformio_options:
# board_build.f_cpu: 160000000L
# board_build.f_flash: 80000000L
board_build.flash_size: 8MB
# build_flags: "-DBOARD_HAS_PSRAM"
# board_build.arduino.memory_type: qio_opi
min_version: 2025.6.0
# Board is waveshare esp32-c6-devkit-n8
esp32:
board: esp32-c6-devkitc-1
variant: esp32c6
framework:
type: esp-idf
version: 5.3.1
platform_version: 6.9.0
sdkconfig_options:
CONFIG_ESPTOOLPY_FLASHSIZE_8MB: y
external_components:
- source: ${external_components_source}