From 32c198d64152006a34812f5d1196395e7a4ecba1 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Mon, 23 Oct 2023 12:22:13 +0200 Subject: [PATCH] Add esp32-devkit-v1 template --- templates/esp32.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/esp32.yaml diff --git a/templates/esp32.yaml b/templates/esp32.yaml new file mode 100644 index 0000000..dffac4a --- /dev/null +++ b/templates/esp32.yaml @@ -0,0 +1,15 @@ +esp32: + board: esp32doit-devkit-v1 + +packages: + wifi: !include wifi.yaml + ota: !include ota.yaml + mqtt: !include mqtt.yaml + uptime: !include uptime.yaml + restart: !include restart.yaml + +logger: + +status_led: + pin: + number: GPIO2