Skip to content

Commit

Permalink
Add HatHeart
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Feb 12, 2025
1 parent 01aa181 commit fe67d6f
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arduino-esp-v2-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- PlotToSerial

unit:
- ''
- UnitHeart

board:
- m5stack-atom
Expand Down
17 changes: 16 additions & 1 deletion .github/workflows/arduino-esp-v3-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- PlotToSerial

unit:
- ''
- UnitHeart

board:
- m5stack_atom
Expand Down Expand Up @@ -97,6 +97,21 @@ jobs:
archi:
- esp32

include:
# Specific sketches for sticks only
- sketch: HatHeart
platform-url: https://espressif.github.io/arduino-esp32/package_esp32_index.json
platform: esp32
archi: esp32
platform-version: 3.0.4
board: m5stack_stickc_plus
- sketch: HatHeart
platform-url: https://espressif.github.io/arduino-esp32/package_esp32_index.json
platform: esp32
archi: esp32
platform-version: 3.0.4
board: m5stack_stickc_plus2

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
17 changes: 16 additions & 1 deletion .github/workflows/arduino-m5-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- PlotToSerial

unit:
- ''
- UnitHeart

board:
- m5stack_atom
Expand Down Expand Up @@ -98,6 +98,21 @@ jobs:
archi:
- esp32

include:
# Specific sketches for sticks only
- sketch: HatHeart
platform-url: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json
platform: esp32
archi: esp32
platform-version: 2.1.2
board: m5stack_stickc_plus
- sketch: HatHeart
platform-url: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json
platform: esp32
archi: esp32
platform-version: 2.1.2
board: m5stack_stickc_plus2

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
16 changes: 15 additions & 1 deletion .github/workflows/platformio-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- PlotToSerial

unit:
- ''
- UnitHeart

board:
- Core
Expand Down Expand Up @@ -112,6 +112,20 @@ jobs:
# - board: Paper
# espressif32: '4_4_0'

include:
# Specific sketches for sticks only
- example: PlotToSerial
unit: HatHeart
board: StickCPlus
framework: Arduino
espressif32: latest
- example: PlotToSerial
unit: HatHeart
board: StickCPlus2
framework: Arduino
espressif32: latest


steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit fe67d6f

Please sign in to comment.