From 3e5f1344145f1e1b4e17a806eb090dbb1685bd28 Mon Sep 17 00:00:00 2001 From: Michal Date: Sun, 21 Jun 2026 12:26:31 +0200 Subject: [PATCH] Add common/board/wemos_esp32.yaml --- common/board/wemos_esp32.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 common/board/wemos_esp32.yaml diff --git a/common/board/wemos_esp32.yaml b/common/board/wemos_esp32.yaml new file mode 100644 index 0000000..62eee2d --- /dev/null +++ b/common/board/wemos_esp32.yaml @@ -0,0 +1,4 @@ +esp32: + variant: esp32 + framework: + type: esp-idf \ No newline at end of file