Skip to content

Commit 350aaaf

Browse files
committed
Upgrade to Arduino-esp32 @ 3.1.0-RC3 / ESP-IDF @ 5.3.1
1 parent a588a3d commit 350aaaf

File tree

4 files changed

+21
-428
lines changed

4 files changed

+21
-428
lines changed

.github/workflows/build.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: CI Build
2+
on:
3+
push:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: actions/checkout@v4
13+
14+
- uses: espressif/esp-idf-ci-action@v1
15+
with:
16+
esp_idf_version: v5.3.1
17+
target: esp32s3
18+
command: idf.py build

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/managed_components/
44
sdkconfig
55
sdkconfig.old
6+
*.lock

0 commit comments

Comments
 (0)