Skip to content

Commit 93af23d

Browse files
Copilotzackees
andcommitted
Add ESP32-C3 build workflow and badge to README
Agent-Logs-Url: https://github.com/FastLED/fbuild/sessions/33823d4e-3a31-4b18-af7a-647a27f8f643 Co-authored-by: zackees <6856673+zackees@users.noreply.github.com>
1 parent eecc986 commit 93af23d

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Build ESP32-C3
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
9+
jobs:
10+
build:
11+
uses: ./.github/workflows/template_build.yml
12+
with:
13+
workflow-name: "ESP32-C3"
14+
test-dir: "tests/esp32c3"
15+
env-name: "esp32c3"
16+
firmware-ext: "bin"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
### ESP32
1414
[![Build ESP32 Dev](https://github.com/fastled/fbuild/actions/workflows/build-esp32dev.yml/badge.svg)](https://github.com/fastled/fbuild/actions/workflows/build-esp32dev.yml)
1515
[![Build ESP32-C2](https://github.com/fastled/fbuild/actions/workflows/build-esp32c2.yml/badge.svg)](https://github.com/fastled/fbuild/actions/workflows/build-esp32c2.yml)
16+
[![Build ESP32-C3](https://github.com/fastled/fbuild/actions/workflows/build-esp32c3.yml/badge.svg)](https://github.com/fastled/fbuild/actions/workflows/build-esp32c3.yml)
1617
[![Build ESP32-C6](https://github.com/fastled/fbuild/actions/workflows/build-esp32c6.yml/badge.svg)](https://github.com/fastled/fbuild/actions/workflows/build-esp32c6.yml)
1718
[![Build ESP32-S3](https://github.com/fastled/fbuild/actions/workflows/build-esp32s3.yml/badge.svg)](https://github.com/fastled/fbuild/actions/workflows/build-esp32s3.yml)
1819

0 commit comments

Comments
 (0)