21 lines
413 B
YAML
21 lines
413 B
YAML
esp32:
|
|
board: esp32doit-devkit-v1
|
|
framework:
|
|
type: esp-idf
|
|
|
|
packages:
|
|
# Can not use esp32.yaml, GPIO2 (status LED) is used by SD Card.
|
|
wifi: !include wifi.yaml
|
|
ota: !include ota.yaml
|
|
mqtt: !include mqtt.yaml
|
|
uptime: !include uptime.yaml
|
|
restart: !include restart.yaml
|
|
syslog: !include syslog.yaml
|
|
api: !include api.yaml
|
|
|
|
mqtt:
|
|
# API should be sufficient
|
|
enable_on_boot: false
|
|
|
|
logger:
|