Skip to content

Commit 9290330

Browse files
committed
updated board names
1 parent e1be08a commit 9290330

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ArduinoBuild.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,29 @@ jobs:
4646
# - sdk-version: 3.3.0
4747

4848
# library health test sketches
49-
#- { matrix-context: M5Core2-test, arduino-board: m5stack-core2, sketch-names: M5Core2-SDLoader-Snippet.ino, required-libraries: "M5Core2", ... }
50-
- { matrix-context: M5Stack-test, arduino-board: m5stack-core-esp32, sketch-names: M5Stack-SDLoader-Snippet.ino, required-libraries: "ESP32-Chimera-Core,LovyanGFX", ... }
49+
#- { matrix-context: M5Core2-test, arduino-board: m5stack_core2, sketch-names: M5Core2-SDLoader-Snippet.ino, required-libraries: "M5Core2", ... }
50+
- { matrix-context: M5Stack-test, arduino-board: m5stack_core, sketch-names: M5Stack-SDLoader-Snippet.ino, required-libraries: "ESP32-Chimera-Core,LovyanGFX", ... }
5151
- { matrix-context: S3Box-Test, arduino-board: esp32s3box, sketch-names: M5Stack-SDLoader-Snippet.ino, required-libraries: "ESP32-Chimera-Core,LovyanGFX", ... }
52-
- { matrix-context: M5Unified-test, arduino-board: m5stack-core2, sketch-names: M5Unified.ino, required-libraries: "M5GFX,M5Unified", ... }
53-
- { matrix-context: M5StickC-test, arduino-board: m5stick-c, sketch-names: M5StickC-SPIFFS-Loader-Snippet.ino, required-libraries: "M5StickC", ... }
54-
- { matrix-context: LGFX-test, arduino-board: m5stack-core-esp32, sketch-names: LGFX-SDLoader-Snippet.ino, required-libraries: "LovyanGFX", ... }
55-
- { matrix-context: SdFat-test, arduino-board: m5stack-core2, sketch-names: SdFatUpdater.ino, required-libraries: "SdFat,M5GFX,M5Unified", ... }
52+
- { matrix-context: M5Unified-test, arduino-board: m5stack_core2, sketch-names: M5Unified.ino, required-libraries: "M5GFX,M5Unified", ... }
53+
- { matrix-context: M5StickC-test, arduino-board: m5stack_stickc, sketch-names: M5StickC-SPIFFS-Loader-Snippet.ino, required-libraries: "M5StickC", ... }
54+
- { matrix-context: LGFX-test, arduino-board: m5stack_core, sketch-names: LGFX-SDLoader-Snippet.ino, required-libraries: "LovyanGFX", ... }
55+
- { matrix-context: SdFat-test, arduino-board: m5stack_core2, sketch-names: SdFatUpdater.ino, required-libraries: "SdFat,M5GFX,M5Unified", ... }
5656

5757
# Launcher and Appstore # TODO: add https://github.com/shikarunochi/CardputerSimpleLaucher
5858
- matrix-context: M5Stack
59-
arduino-board: m5stack-core-esp32
59+
arduino-board: m5stack_core
6060
sketch-names: M5Stack-SD-Menu.ino
6161
launcher-name: M5Stack-Launcher
6262
appstore-name: M5Stack-AppStore
6363
required-libraries: "ESP32-Chimera-Core,LovyanGFX,ArduinoJson"
6464
- matrix-context: M5Core2
65-
arduino-board: m5stack-core2
65+
arduino-board: m5stack_core2
6666
sketch-names: M5Stack-SD-Menu.ino
6767
launcher-name: M5Core2-Launcher
6868
appstore-name: M5Core2-AppStore
6969
required-libraries: "ESP32-Chimera-Core,LovyanGFX,ArduinoJson"
7070
- matrix-context: M5Fire
71-
arduino-board: m5stack-fire
71+
arduino-board: m5stack_fire
7272
sketch-names: M5Stack-SD-Menu.ino
7373
launcher-name: M5Fire-Launcher
7474
appstore-name: M5Fire-AppStore
@@ -82,13 +82,13 @@ jobs:
8282
required-libraries: "ESP32-Chimera-Core,LovyanGFX,ArduinoJson,Button2"
8383
- matrix-context: M5Atom
8484
sdk-version: latest
85-
arduino-board: m5stack-atom
85+
arduino-board: m5stack_atom
8686
sketch-names: M5Stack-SD-Menu.ino
8787
launcher-name: M5Atom-Launcher
8888
required-libraries: "ESP32-Chimera-Core,LovyanGFX,ArduinoJson,Button2"
8989
- matrix-context: M5CoreS3
9090
sdk-version: latest
91-
arduino-board: m5stack-cores3
91+
arduino-board: m5stack_cores3
9292
sketch-names: M5Stack-FW-Menu.ino
9393
launcher-name: M5CoreS3-Launcher
9494
factory-name: M5CoreS3-FW-Launcher

0 commit comments

Comments
 (0)