Skip to content

Commit d83f9bb

Browse files
committed
Fixes specific conditions
1 parent 5958d76 commit d83f9bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/platformio-build-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,17 @@ jobs:
115115
include:
116116
# Specific sketches for m5stack-core-esp32 only
117117
- example: DigOutput
118+
unit: UnitExtIO2
118119
board: Core
119120
framework: Arduino
120121
espressif32: latest
121122
- example: ServoControl
123+
unit: UnitExtIO2
122124
board: Core
123125
framework: Arduino
124126
espressif32: latest
125127
- example: LEDControl
128+
unit: UnitExtIO2
126129
board: Core
127130
framework: Arduino
128131
espressif32: latest

0 commit comments

Comments
 (0)