1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-12 06:43:48 +01:00
Files
esphome/tests/test_build_components/common/qspi/esp32-s3-idf.yaml
J. Nick Koston c2c5d85132 tweak
2025-10-08 12:21:30 -10:00

14 lines
239 B
YAML

# Common QSPI configuration for ESP32-S3 IDF tests
# For components that need QuadSPI (qspi_dbi displays)
spi:
- id: quad_spi
type: quad
interface: spi3
clk_pin: 47
data_pins:
- 40
- 41
- 42
- 43