Skip to content

Commit 20b4118

Browse files
committed
Update CI workflow to use esp32dev environment for consistency
1 parent be176a7 commit 20b4118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Build Examples
66
runs-on: ubuntu-latest
77
env:
8-
pio-env: 'esp12e'
8+
pio-env: 'esp32dev'
99
strategy:
1010
matrix:
1111
example: [

0 commit comments

Comments
 (0)