From 83337e86883335bda4aa34d79d728125cf9fd417 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 7 Jun 2022 14:17:31 +0200 Subject: [PATCH] Add ESP32S2usb --- .github/workflows/Tasmota_build_devel.yml | 2 ++ .github/workflows/Tasmota_build_master.yml | 2 ++ .github/workflows/build_all_the_things.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index a1f6204b4..071b35db3 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -42,6 +42,7 @@ jobs: - tasmota32c3 - tasmota32c3usb - tasmota32s2 + - tasmota32s2usb - tasmota32s3 - tasmota32s3usb - tasmota32solo1 @@ -50,6 +51,7 @@ jobs: - tasmota32c3-safeboot - tasmota32c3usb-safeboot - tasmota32s2-safeboot + - tasmota32s2usb-safeboot - tasmota32s3-safeboot - tasmota32s3usb-safeboot steps: diff --git a/.github/workflows/Tasmota_build_master.yml b/.github/workflows/Tasmota_build_master.yml index 8cc057300..89d10e224 100644 --- a/.github/workflows/Tasmota_build_master.yml +++ b/.github/workflows/Tasmota_build_master.yml @@ -41,6 +41,7 @@ jobs: - tasmota32c3 - tasmota32c3usb - tasmota32s2 + - tasmota32s2usb - tasmota32s3 - tasmota32s3usb - tasmota32solo1 @@ -49,6 +50,7 @@ jobs: - tasmota32c3-safeboot - tasmota32c3usb-safeboot - tasmota32s2-safeboot + - tasmota32s2usb-safeboot - tasmota32s3-safeboot - tasmota32s3usb-safeboot steps: diff --git a/.github/workflows/build_all_the_things.yml b/.github/workflows/build_all_the_things.yml index c5ba5ae12..80263856d 100644 --- a/.github/workflows/build_all_the_things.yml +++ b/.github/workflows/build_all_the_things.yml @@ -45,6 +45,7 @@ jobs: - tasmota32c3 - tasmota32c3usb - tasmota32s2 + - tasmota32s2usb - tasmota32s3 - tasmota32s3usb - tasmota32solo1 @@ -53,6 +54,7 @@ jobs: - tasmota32c3-safeboot - tasmota32c3usb-safeboot - tasmota32s2-safeboot + - tasmota32s2usb-safeboot - tasmota32s3-safeboot - tasmota32s3usb-safeboot steps: