1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

[esp32c6] Add test base file and platformio env (#8973)

This commit is contained in:
Jesse Hills
2025-05-31 22:50:45 +12:00
committed by GitHub
parent a2e4ad90ba
commit e2093c34da
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
esphome:
name: componenttestesp32c6idf
friendly_name: $component_name
esp32:
board: esp32-c6-devkitc-1
framework:
type: esp-idf
logger:
level: VERY_VERBOSE
packages:
component_under_test: !include
file: $component_test_file
vars:
component_test_file: $component_test_file