File tree Expand file tree Collapse file tree 4 files changed +48
-4
lines changed Expand file tree Collapse file tree 4 files changed +48
-4
lines changed Original file line number Diff line number Diff line change 6060 - PlotToSerial
6161
6262 unit :
63- - ' '
63+ - UnitHeart
6464
6565 board :
6666 - m5stack-atom
Original file line number Diff line number Diff line change 6060 - PlotToSerial
6161
6262 unit :
63- - ' '
63+ - UnitHeart
6464
6565 board :
6666 - m5stack_atom
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
Original file line number Diff line number Diff line change 6060 - PlotToSerial
6161
6262 unit :
63- - ' '
63+ - UnitHeart
6464
6565 board :
6666 - m5stack_atom
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments