28 lines
344 B
YAML
28 lines
344 B
YAML
# Tests for ESP32-C3 boards which use toolchain-riscv32-esp
|
|
---
|
|
wifi:
|
|
ssid: "ssid"
|
|
|
|
network:
|
|
enable_ipv6: true
|
|
|
|
esp32:
|
|
board: lolin_c3_mini
|
|
framework:
|
|
type: arduino
|
|
|
|
esphome:
|
|
name: test7
|
|
|
|
logger:
|
|
|
|
debug:
|
|
|
|
sensor:
|
|
- platform: adc
|
|
id: adc_sensor_p4
|
|
name: ADC pin 4
|
|
pin: 4
|
|
attenuation: 11db
|
|
update_interval: 1s
|