Skip to content

Commit fe67d6f

Browse files
committed
Add HatHeart
1 parent 01aa181 commit fe67d6f

File tree

4 files changed

+48
-4
lines changed

4 files changed

+48
-4
lines changed

.github/workflows/arduino-esp-v2-build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- PlotToSerial
6161

6262
unit:
63-
- ''
63+
- UnitHeart
6464

6565
board:
6666
- m5stack-atom

.github/workflows/arduino-esp-v3-build-check.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- PlotToSerial
6161

6262
unit:
63-
- ''
63+
- UnitHeart
6464

6565
board:
6666
- m5stack_atom
@@ -97,6 +97,21 @@ jobs:
9797
archi:
9898
- esp32
9999

100+
include:
101+
# Specific sketches for sticks only
102+
- sketch: HatHeart
103+
platform-url: https://espressif.github.io/arduino-esp32/package_esp32_index.json
104+
platform: esp32
105+
archi: esp32
106+
platform-version: 3.0.4
107+
board: m5stack_stickc_plus
108+
- sketch: HatHeart
109+
platform-url: https://espressif.github.io/arduino-esp32/package_esp32_index.json
110+
platform: esp32
111+
archi: esp32
112+
platform-version: 3.0.4
113+
board: m5stack_stickc_plus2
114+
100115
steps:
101116
- name: Checkout
102117
uses: actions/checkout@v4

.github/workflows/arduino-m5-build-check.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- PlotToSerial
6161

6262
unit:
63-
- ''
63+
- UnitHeart
6464

6565
board:
6666
- m5stack_atom
@@ -98,6 +98,21 @@ jobs:
9898
archi:
9999
- esp32
100100

101+
include:
102+
# Specific sketches for sticks only
103+
- sketch: HatHeart
104+
platform-url: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json
105+
platform: esp32
106+
archi: esp32
107+
platform-version: 2.1.2
108+
board: m5stack_stickc_plus
109+
- sketch: HatHeart
110+
platform-url: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json
111+
platform: esp32
112+
archi: esp32
113+
platform-version: 2.1.2
114+
board: m5stack_stickc_plus2
115+
101116
steps:
102117
- name: Checkout
103118
uses: actions/checkout@v4

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- PlotToSerial
5757

5858
unit:
59-
- ''
59+
- UnitHeart
6060

6161
board:
6262
- Core
@@ -112,6 +112,20 @@ jobs:
112112
# - board: Paper
113113
# espressif32: '4_4_0'
114114

115+
include:
116+
# Specific sketches for sticks only
117+
- example: PlotToSerial
118+
unit: HatHeart
119+
board: StickCPlus
120+
framework: Arduino
121+
espressif32: latest
122+
- example: PlotToSerial
123+
unit: HatHeart
124+
board: StickCPlus2
125+
framework: Arduino
126+
espressif32: latest
127+
128+
115129
steps:
116130
- name: Checkout
117131
uses: actions/checkout@v4

0 commit comments

Comments
 (0)