From 3d1ae2fa70c5e76ff7af2a7593a4792a116baa5d Mon Sep 17 00:00:00 2001 From: richonguzman Date: Sat, 25 May 2024 13:57:26 -0400 Subject: [PATCH] buildUpdate2 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d371f1..3d850e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,11 +12,11 @@ jobs: matrix: target: - name: ttgo-lora32-v21 - chip: esp32 + chip: ESP32 - name: heltec_wireless_tracker - chip: esp32s3 + chip: ESP32S3 - name: heltec_ht-ct62 - chip: esp32c3 + chip: ESP32C3 steps: - uses: actions/checkout@v3