From 7069a2c79c88aa71ab102d6db91cad25f2be9a10 Mon Sep 17 00:00:00 2001 From: Mario Mariete <11509521+melkati@users.noreply.github.com> Date: Fri, 26 Apr 2024 20:41:48 +0200 Subject: [PATCH] Add support for new e-Ink boards in release3_beta.yml --- .github/workflows/release3_beta.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release3_beta.yml b/.github/workflows/release3_beta.yml index cc3205e8..676573bb 100644 --- a/.github/workflows/release3_beta.yml +++ b/.github/workflows/release3_beta.yml @@ -30,6 +30,14 @@ jobs: - TTGO_TDISPLAY_SANDWICH - TDISPLAY_S3 - esp32dev_ST7789_240x320 + - ttgo-t5-EINKBOARDGDEM0213B74 + - ttgo-t5-EINKBOARDDEPG0213BN + - ttgo-t5-EINKBOARDGDEW0213M21 + - ttgo-t7-EINKBOARDGDEM029T94 + - ttgo-t7-WEACT_GDEH0154D67 + - ttgo-t7-WEACT_DEPG0213BN + - ttgo-t7-WEACT_GxEPD2_290_BS + env: CHIP_FAMILY: ${{ matrix.environment == 'TDISPLAY_S3' && 'ESP32-S3' || 'ESP32' }}